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