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