PidTagHasAttachments Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains TRUE if a message contains at least one attachment.
Property | Value |
---|---|
Associated properties: |
PR_HASATTACH |
Identifier: |
0x0E1B |
Data type: |
PT_BOOLEAN |
Area: |
Message attachment |
Remarks
The message store copies this property from the MSGFLAG_HASATTACH flag of the PR_MESSAGE_FLAGS (PidTagMessageFlags) property. A client application can then use PR_HASATTACH to sort on message attachments in a message viewer.
The value this property is updated with the IMAPIProp::SaveChanges method.
Related resources
Protocol specifications
Specifies the properties and operations that are permissible for email message objects.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.