PidTagDeferredSendTime Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Indicates a time when a client would like to defer sending a message.
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
- [MS-OXOMSG]
Specifies the properties and operations that are permissible for e-mail message objects.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.