2.2.3.4 PidTagDeferredSendTime Property

Type: PtypTime ([MS-OXCDATA] section 2.11.1)

The PidTagDeferredSendTime property ([MS-OXPROPS] section 2.665) can be present if a client would like to defer sending the message after a specific amount of time, as determined by the implementation.

If the PidTagDeferredSendUnits property (section 2.2.3.3) and the PidTagDeferredSendNumber property (section 2.2.3.2) are present, the value of this property is recomputed by using the following formula and the original value is ignored. In this formula, TimeOf(PidTagDeferredSendUnits) converts the property into the appropriate multiplier based on its value, as specified for the PidTagDeferredSendUnits property.

 PidTagDeferredSendTime = PidTagClientSubmitTime +
 PidTagDeferredSendNumber *
 TimeOf(PidTagDeferredSendUnits)

If the value of the PidTagDeferredSendTime property is earlier than the current time (in UTC), the message is sent immediately.