5 references to MESSAGE_PROPID_SENDERID_TYPE
System.Messaging (5)
System\Messaging\Message.cs (5)
168
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SENDERID_TYPE
, 0);
458
int type = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SENDERID_TYPE
);
471
properties.Remove(NativeMethods.
MESSAGE_PROPID_SENDERID_TYPE
);
477
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SENDERID_TYPE
, NativeMethods.MESSAGE_SENDERID_TYPE_SID);
479
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SENDERID_TYPE
, NativeMethods.MESSAGE_SENDERID_TYPE_NONE);