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
| Name | Type | Access | Description |
|---|---|---|---|
AttachmentStoragePrefix | string | Read | Prefix for attachment object storage names; suffix is 8-digit hexadecimal index. |
EmbeddedMessageStorageName | string | Read | Substorage name under attachment storage that contains an embedded message object. |
MaxAttachmentStorages | uint | Read | Maximum number of attachment object storages in one MSG file. |
MaxRecipientStorages | uint | Read | Maximum number of recipient object storages in one MSG file. |
NamedPropertyMappingStorageName | string | Read | Required storage name for named property mapping streams. |
PROPATTR_MANDATORY | uint | Read | Property must not be deleted from MSG file. |
PROPATTR_READABLE | uint | Read | If clear, property must not be read. |
PROPATTR_WRITABLE | uint | Read | If clear, property must not be modified or deleted. |
PropertyStreamName | string | Read | Required name for the property stream in all MSG storages except Named Property Mapping storage. |
PropertyValueStreamPrefix | string | Read | Prefix used to form stream names that store values of variable-length and multi-valued properties. |
RecipientStoragePrefix | string | Read | Prefix for recipient object storage names; suffix is 8-digit hexadecimal index. |