MsgStorageRole

MsgStorageRole

Overview

MsgStorageRole is an enumeration identifying the semantic purpose of a MsgStorage node within a .msg document. Each constant maps to a well-known MAPI sub-storage naming pattern: Message is the root message storage, Recipient is a __recip_version1.0_#XXXXXXXX storage, Attachment is an __attach_version1.0_#XXXXXXXX storage, and EmbeddedMessage is an attachment whose content is another .msg file.

Members

NameDescription
GenericGeneric or unrecognized storage role.
MessageRoot message storage containing all MAPI property streams.
RecipientRecipient sub-storage (__recip_version1.0_#XXXXXXXX).
AttachmentAttachment sub-storage (__attach_version1.0_#XXXXXXXX).
EmbeddedMessageRoot message storage containing all MAPI property streams.
NamedPropertyMappingNamed-property-mapping storage (__nameid_version1.0).
CustomAttachmentAttachment sub-storage (__attach_version1.0_#XXXXXXXX).

See Also