msg_storage_role
Overview
msg_storage_role is a enum in Aspose.Email FOSS for C++.
Description
msg_storage_role is an enumeration type in the Aspose.Email FOSS library for C++. It defines a set of named constants that control behavior or specify options within the API. Enumerations like msg_storage_role help ensure type safety by restricting values to a predefined set.
Core capabilities include: Represents a generic storage role not specific to any msg component; represents the role of a message object within msg storage; represents a recipient entry (to/cc/bcc) in msg storage. These operations enable developers to integrate msg_storage_role functionality directly into C++ applications.
Values
| Value | Description |
|---|---|
generic | Represents a generic storage role not specific to any MSG component |
message | Represents the role of a message object within MSG storage |
recipient | Represents a recipient entry (To/CC/BCC) in MSG storage |
attachment | Represents a regular file attachment in MSG storage |
embedded_message | Represents an embedded message attachment within MSG storage |
named_property_mapping | Represents a mapping for named properties in MSG storage |
custom_attachment | Represents a custom attachment type defined by the user |