4 references to MESSAGE_PROPID_CORRELATIONID
System.Messaging (4)
System\Messaging\Message.cs (4)
175
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_CORRELATIONID
, new byte[MessageIdSize]);
786
return IdFromByteArray(this.properties.GetUI1Vector(NativeMethods.
MESSAGE_PROPID_CORRELATIONID
));
798
properties.Remove(NativeMethods.
MESSAGE_PROPID_CORRELATIONID
);
803
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_CORRELATIONID
, IdToByteArray(value));