MsgStorageRole
Overview
MsgStorageRole is a enum in Aspose.Email FOSS for .NET.
MsgStorageRole.Generic represents a generic storage role not specific to other categories.
Description
MsgStorageRole is an enumeration type in the Aspose.Email FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like MsgStorageRole help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
Generic | Represents a generic storage role not specific to other categories |
Message | Represents the primary message storage role |
Recipient | Represents storage of recipient information |
Attachment | Represents storage of regular file attachments |
EmbeddedMessage | Represents storage of embedded message attachments |
NamedPropertyMapping | Represents mapping of named properties in storage |
CustomAttachment | Represents storage of custom attachment types |