4 references to MESSAGE_PROPID_SENDERID
System.Messaging (4)
System\Messaging\Message.cs (4)
222
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_SENDERID
, new byte[DefaultSenderIdSize]);
1574
Array.Copy(properties.GetUI1Vector(NativeMethods.
MESSAGE_PROPID_SENDERID
), bytes, bytes.Length);
2156
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_SENDERID
, new byte[size]);
2278
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_SENDERID
);