CMC_X_MS_ATTACH_DATA
CMC_X_MS_ATTACH_DATA is a CMC extension that contains bitmasks of flags used to provide data on message attachments.
Quick Info
Input Usage
- 
item_data
- 
Bitmask of attachment flags. The following flags can be set: 
- 
CMC_X_MS_ATTACH_OLE
- 
The CMC implementation supports OLE attachments.
- 
CMC_X_MS_ATTACH_OLE_STATIC
- 
The CMC implementation supports static OLE attachments.
- 
CMC_X_MS_ATTACH_MESSAGE
- 
The CMC implementation supports attached messages.
 
- 
item_reference
- 
Object identifier for the attachment encoding. This member can point to a CMC_X_MS_ATTACH structure, to allow a message reference to be added as an embedded message in the current message.
- 
extension_flags
- 
All flags used with the CMC_extension structure are valid. No further flags are defined.
Output Usage
- 
item_data
- 
Bitmask of attachment flags. CMC can set the following flags: 
- 
CMC_X_MS_ATTACH_OLE
- 
The CMC implementation supports OLE attachments.
- 
CMC_X_MS_ATTACH_OLE_STATIC
- 
The CMC implementation supports static OLE attachments.
- 
CMC_X_MS_ATTACH_MESSAGE
- 
The CMC implementation supports attached messages.
 
- 
item_reference
- 
Object identifier for the attachment encoding.
- 
extension_flags
- 
Unchanged.
Adds to
The CMC_attachment structure.
See Also
CMC_attachment, CMC_extension