6 references to MESSAGE_PROPID_EXTENSION_LEN
System.Messaging (6)
System\Messaging\Message.cs (6)
200
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_EXTENSION_LEN
, filter.extensionSize);
1049
byte[] bytes = new byte[properties.GetUI4(NativeMethods.
MESSAGE_PROPID_EXTENSION_LEN
)];
1064
properties.Remove(NativeMethods.
MESSAGE_PROPID_EXTENSION_LEN
);
1070
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_EXTENSION_LEN
, value.Length);
2119
int size = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_EXTENSION_LEN
);
2246
this.properties.GetUI4(NativeMethods.
MESSAGE_PROPID_EXTENSION_LEN
));