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