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