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