PidTagHasAttachments Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains TRUE if a message contains at least one attachment.
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
- [MS-OXCMSG]
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.