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

PropertyTypeAccessDescription
AttachmentStoragePrefixstringReadThe AttachmentStoragePrefix property.
EmbeddedMessageStorageNamestringReadThe EmbeddedMessageStorageName property.
MaxAttachmentStoragesuintReadThe MaxAttachmentStorages property.
MaxRecipientStoragesuintReadThe MaxRecipientStorages property.
NamedPropertyMappingStorageNamestringReadThe NamedPropertyMappingStorageName property.
PROPATTR_MANDATORYuintReadThe PROPATTR_MANDATORY property.
PROPATTR_READABLEuintReadThe PROPATTR_READABLE property.
PROPATTR_WRITABLEuintReadThe PROPATTR_WRITABLE property.
PropertyStreamNamestringReadThe PropertyStreamName property.
PropertyValueStreamPrefixstringReadThe PropertyValueStreamPrefix property.
RecipientStoragePrefixstringReadThe RecipientStoragePrefix property.

See Also