PidTagAttachFlags 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.
Contains a bitmask of flags for an attachment.
Associated properties: |
PR_ATTACH_FLAGS |
Identifier: |
0x3714 |
Data type: |
PT_LONG |
Area: |
Message attachment |
Remarks
This property is used for MHTML support.
One or more of the following flags can be set for the PR_ATTACH_FLAGS bitmask:
ATT_INVISIBLE_IN_HTML
Indicates that this attachment is not available to HTML rendering applications and should be ignored in Multipurpose Internet Mail Extensions (MIME) processing.ATT_INVISIBLE_IN_RTF
Indicates that this attachment is not available to applications rendering in Rich Text Format (RTF) and should be ignored by MAPI.
If the PR_ATTACH_FLAGS property is zero or absent, the attachment is to be processed by all applications.
Related Resources
Protocol Specifications
- [MS-OXCMSG]
Handles message and attachment objects.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.