3 references to MESSAGE_PROPID_ARRIVEDTIME
System.Messaging (3)
System\Messaging\Message.cs (3)
166
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_ARRIVEDTIME
, 0);
432
time = time.AddSeconds(properties.GetUI4(NativeMethods.
MESSAGE_PROPID_ARRIVEDTIME
)).ToLocalTime();
2263
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_ARRIVEDTIME
);