MsgConstants
Overview
MsgConstants is a static class exposing string and numeric constants that describe the layout of a .msg Compound File Binary document. These include storage name prefixes for attachments and recipients, the embedded-message storage name, named-property mapping storage name, and maximum counts for attachment and recipient storages per message. No instantiation is required; access all members through the class name.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
AttachmentStoragePrefix | string | Read | The AttachmentStoragePrefix property. |
EmbeddedMessageStorageName | string | Read | The EmbeddedMessageStorageName property. |
MaxAttachmentStorages | uint | Read | The MaxAttachmentStorages property. |
MaxRecipientStorages | uint | Read | The MaxRecipientStorages property. |
NamedPropertyMappingStorageName | string | Read | The NamedPropertyMappingStorageName property. |
PROPATTR_MANDATORY | uint | Read | The PROPATTR_MANDATORY property. |
PROPATTR_READABLE | uint | Read | The PROPATTR_READABLE property. |
PROPATTR_WRITABLE | uint | Read | The PROPATTR_WRITABLE property. |
PropertyStreamName | string | Read | The PropertyStreamName property. |
PropertyValueStreamPrefix | string | Read | The PropertyValueStreamPrefix property. |
RecipientStoragePrefix | string | Read | The RecipientStoragePrefix property. |