1 write to bodySize
System.Messaging (1)
System\Messaging\MessagePropertyFilter.cs (1)
374
this.
bodySize
= value;
3 references to bodySize
System.Messaging (3)
System\Messaging\Message.cs (2)
128
properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_BODY, new byte[filter.
bodySize
]);
129
properties.SetUI4(NativeMethods.MESSAGE_PROPID_BODY_SIZE, filter.
bodySize
);
System\Messaging\MessagePropertyFilter.cs (1)
366
return this.
bodySize
;