5 references to MESSAGE_PROPID_CLASS
System.Messaging (5)
System\Messaging\Message.cs (5)
116
properties.SetUI2(NativeMethods.
MESSAGE_PROPID_CLASS
, (short)0);
153
properties.SetUI2(NativeMethods.
MESSAGE_PROPID_CLASS
, (short)0);
271
int res = ((int)properties.GetUI2(NativeMethods.
MESSAGE_PROPID_CLASS
)) & 0x0000FFFF;
1319
int cls = properties.GetUI2(NativeMethods.
MESSAGE_PROPID_CLASS
);
2261
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_CLASS
);