5 references to MESSAGE_PROPID_LABEL
System.Messaging (5)
System\Messaging\Message.cs (5)
134properties.SetString(NativeMethods.MESSAGE_PROPID_LABEL, new byte[filter.labelSize * 2]); 1240return StringFromBytes(this.properties.GetString(NativeMethods.MESSAGE_PROPID_LABEL), 1255properties.Remove(NativeMethods.MESSAGE_PROPID_LABEL); 1261properties.SetString(NativeMethods.MESSAGE_PROPID_LABEL, StringToBytes(value)); 2135properties.SetString(NativeMethods.MESSAGE_PROPID_LABEL, new byte[size * 2]);