3 references to MESSAGE_PROPID_SENTTIME
System.Messaging (3)
System\Messaging\Message.cs (3)
226
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SENTTIME
, 0);
1622
time = time.AddSeconds(properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SENTTIME
)).ToLocalTime();
2282
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_SENTTIME
);