19 references to MESSAGE_PROPID_BODY
System.Messaging (19)
System\Messaging\ActiveXMessageFormatter.cs (12)
124bytes = message.properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY); 137bytes = message.properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY); 149bytes = message.properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY); 156bytes = message.properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY); 164bytes = message.properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY); 169bytes = message.properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY); 174bytes = message.properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY); 259message.properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, this.internalBuffer); 260message.properties.AdjustSize(NativeMethods.MESSAGE_PROPID_BODY, size); 272message.properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, this.internalBuffer); 273message.properties.AdjustSize(NativeMethods.MESSAGE_PROPID_BODY, bytes.Length); 289message.properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, this.internalBuffer);
System\Messaging\Message.cs (7)
128properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, new byte[filter.bodySize]); 667this.cachedBodyStream = new MemoryStream(properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY), 680properties.Remove(NativeMethods.MESSAGE_PROPID_BODY); 2100properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, new byte[size]); 2214properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, bytes); 2230byte[] bodyArray = properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY); 2240properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, bytes);