3 references to MESSAGE_PROPID_MSGID
System.Messaging (3)
System\Messaging\Message.cs (3)
75
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_MSGID
, new byte[MessageIdSize]);
138
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_MSGID
, new byte[MessageIdSize]);
1167
return IdFromByteArray(this.properties.GetUI1Vector(NativeMethods.
MESSAGE_PROPID_MSGID
));