MsgConstants

Overview

MsgConstants is a class in Aspose.Email FOSS for .NET.

MsgConstants.AttachmentStoragePrefix is the prefix used for attachment object storage names, followed by an 8‑digit hex index.

Description

MsgConstants is a class in the Aspose.Email FOSS library for .NET that exposes 0 methods and 11 properties for programmatic use.

The class also provides the AttachmentStoragePrefix property (prefix for attachment object storage names; suffix is 8-digit hexadecimal index), the EmbeddedMessageStorageName property (substorage name under attachment storage that contains an embedded message object), the MaxAttachmentStorages property (maximum number of attachment object storages in one msg file).

Properties

NameTypeAccessDescription
AttachmentStoragePrefixstringReadPrefix for attachment object storage names; suffix is 8-digit hexadecimal index.
EmbeddedMessageStorageNamestringReadSubstorage name under attachment storage that contains an embedded message object.
MaxAttachmentStoragesuintReadMaximum number of attachment object storages in one MSG file.
MaxRecipientStoragesuintReadMaximum number of recipient object storages in one MSG file.
NamedPropertyMappingStorageNamestringReadRequired storage name for named property mapping streams.
PROPATTR_MANDATORYuintReadProperty must not be deleted from MSG file.
PROPATTR_READABLEuintReadIf clear, property must not be read.
PROPATTR_WRITABLEuintReadIf clear, property must not be modified or deleted.
PropertyStreamNamestringReadRequired name for the property stream in all MSG storages except Named Property Mapping storage.
PropertyValueStreamPrefixstringReadPrefix used to form stream names that store values of variable-length and multi-valued properties.
RecipientStoragePrefixstringReadPrefix for recipient object storage names; suffix is 8-digit hexadecimal index.

See Also