msg_storage_role

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

ValueDescription
genericRepresents a generic storage role not specific to any MSG component
messageRepresents the role of a message object within MSG storage
recipientRepresents a recipient entry (To/CC/BCC) in MSG storage
attachmentRepresents a regular file attachment in MSG storage
embedded_messageRepresents an embedded message attachment within MSG storage
named_property_mappingRepresents a mapping for named properties in MSG storage
custom_attachmentRepresents a custom attachment type defined by the user

See Also