PidTagDeferredSendTime Canonical Property
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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.