12 references to MESSAGE_PROPID_BODY_SIZE
System.Messaging (12)
System\Messaging\ActiveXMessageFormatter.cs (6)
125
size = message.properties.GetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
);
138
size = message.properties.GetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
) / 2;
150
size = message.properties.GetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
);
261
message.properties.SetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
, size);
274
message.properties.SetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
, bytes.Length);
290
message.properties.SetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
, size);
System\Messaging\Message.cs (6)
129
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
, filter.bodySize);
668
0, properties.GetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
));
682
properties.Remove(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
);
2098
int size = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
);
2215
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
, bytes.Length);
2229
int bodySize = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_BODY_SIZE
);