MsgStorageRole

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

ValueDescription
GenericRepresents a generic storage role not specific to other categories
MessageRepresents the primary message storage role
RecipientRepresents storage of recipient information
AttachmentRepresents storage of regular file attachments
EmbeddedMessageRepresents storage of embedded message attachments
NamedPropertyMappingRepresents mapping of named properties in storage
CustomAttachmentRepresents storage of custom attachment types

See Also