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