PidTagDeliveryPoint Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Specifies the nature of the functional entity by means of which a message was or would have been delivered to the recipient.
Property | Value |
---|---|
Associated properties: |
PR_DELIVERY_POINT |
Identifier: |
0x0C07 |
Data type: |
PT_LONG |
Area: |
MAPI recipient |
Remarks
This property can have exactly one of the following values:
MAPI_MH_DP_ML
Delivered to a distribution list, a delivery point which in turn may distribute the message to many recipients.
MAPI_MH_DP_MS
Delivered to a message store instead of directly to a recipient.
MAPI_MH_DP_OTHER_AU
Delivered to an access unit (AU) other than a physical delivery access unit (PDAU), such as a FAX system.
MAPI_MH_DP_PDAU
Delivered to a physical delivery access unit, such as a human postal carrier.
MAPI_MH_DP_PDS_PATRON
Delivered to a physical delivery system patron, such as a conventional postal mailbox.
MAPI_MH_DP_PRIVATE_UA
Delivered to a private user agent (UA), such as a client in an in-house messaging system.
MAPI_MH_DP_PUBLIC_UA
Delivered to a public user agent, or public service provider.
The default value is MAPI_MH_DP_PRIVATE_UA, that is, a MAPI client.
Related resources
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as associated properties.