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