MsgConstants
General
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.
MsgConstants és una classe estàtica que exposa constants de cadena i numèriques que descriuen el disseny d’un document binari Compound File. Aquests inclouen prefixos de nom de l’emmagatzematge per a adjunts i destinataris, el nom d"emmagatzament de missatges incrustat, nom del magatzem de mappatge amb propietats anomenades i comptes màximes per als emmagatzemaments d’“amamatges” i dels destinatars per missatge. No es requereix instància; accedeix a tots els membres mitjançant el nome de la classe.
Propietats
| 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. |