4 references to MESSAGE_PROPID_SENDERID_LEN
System.Messaging (4)
System\Messaging\Message.cs (4)
223properties.SetUI4(NativeMethods.MESSAGE_PROPID_SENDERID_LEN, DefaultSenderIdSize); 1573byte[] bytes = new byte[properties.GetUI4(NativeMethods.MESSAGE_PROPID_SENDERID_LEN)]; 2154int size = properties.GetUI4(NativeMethods.MESSAGE_PROPID_SENDERID_LEN); 2279this.properties.Ghost(NativeMethods.MESSAGE_PROPID_SENDERID_LEN);