PidTagDeliveryPoint 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.
Specifies the nature of the functional entity by means of which a message was or would have been delivered to the recipient.
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.