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