PidTagDeferredSendTime Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Indicates a time when a client would like to defer sending a message.
Property | Value |
---|---|
Associated properties: |
PR_DEFERRED_SEND_TIME |
Identifier: |
0x3FEF |
Data type: |
PT_SYSTIME |
Area: |
MAPI status |
Remarks
If the PR_DEFERRED_SEND_UNITS (PidTagDeferredSendUnits) and PR_DEFERRED_SEND_NUMBER (PidTagDeferredSendNumber) properties are present, the value of this property is recomputed by using the following formula and the old value is ignored.
PR_DEFERRED_SEND_TIME = PR_CLIENT_SUBMIT_TIME (PidTagClientSubmitTime) + PR_DEFERRED_SEND_NUMBER * TimeOf(PR_DEFERRED_SEND_UNITS)
If PR_DEFERRED_SEND_TIME value is earlier than the current time (in UTC), the message is sent immediately.
Related resources
Protocol specifications
Specifies the properties and operations that are permissible for email message objects.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.