PidTagDiscreteValues Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains TRUE if a nondelivery report applies only to discrete members of a distribution list rather than the entire list.
Associated properties: |
PR_DISCRETE_VALUES |
Identifier: |
0x0E0E |
Data type: |
PT_BOOLEAN |
Area: |
MAPI non-transmittable |
Remarks
This property is used within a nondelivery report when the message could not be delivered to one or more members of a distribution list. Its purpose is to limit retransmission attempts to only those individual members and not the distribution list as a whole.
The recipient table of a nondelivery report contains entries for all recipients to whom the message could not be delivered, and also for the distribution lists, if any, to which they belong. The transport provider should set this property to TRUE for each distribution list entry, and it should copy the PR_DISPLAY_NAME (PidTagDisplayName), PR_ENTRYID (PidTagEntryId), and PR_SEARCH_KEY (PidTagSearchKey) from the distribution list to PR_ORIGINAL_DISPLAY_NAME (PidTagOriginalDisplayName), PR_ORIGINAL_ENTRYID (PidTagOriginalEntryId), and PR_ORIGINAL_SEARCH_KEY (PidTagOriginalSearchKey) properties for each member of that distribution list.
PR_DISCRETE_VALUES should not be set for any nondelivery report recipient entry other than a distribution list.
Related Resources
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as associated properties.