4 references to MESSAGE_PROPID_CONNECTOR_TYPE
System.Messaging (4)
System\Messaging\Message.cs (4)
173
properties.SetGuid(NativeMethods.
MESSAGE_PROPID_CONNECTOR_TYPE
, new byte[GenericIdSize]);
745
return new Guid(this.properties.GetGuid(NativeMethods.
MESSAGE_PROPID_CONNECTOR_TYPE
));
754
properties.Remove(NativeMethods.
MESSAGE_PROPID_CONNECTOR_TYPE
);
759
properties.SetGuid(NativeMethods.
MESSAGE_PROPID_CONNECTOR_TYPE
, ((Guid)value).ToByteArray());