StoreSupportMask Enumeration

Independentsoft MSG .NET

StoreSupportMask Enumeration MSG .NET Class Library
Contains a value that client applications should query to determine the characteristics of a message store.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum StoreSupportMask
public enum StoreSupportMask
Public Enumeration StoreSupportMask
Public Enumeration StoreSupportMask
Dim instance As StoreSupportMask
Dim instance As StoreSupportMask
public enum StoreSupportMask
public enum StoreSupportMask
public enum StoreSupportMask
public enum StoreSupportMask
Independentsoft.Msg.StoreSupportMask = function();
Independentsoft.Msg.StoreSupportMask.createEnum('Independentsoft.Msg.StoreSupportMask', false);
Independentsoft.Msg.StoreSupportMask = function();
Independentsoft.Msg.StoreSupportMask.createEnum('Independentsoft.Msg.StoreSupportMask', false);
Members

  Member nameValueDescription
Ansi0 The message store supports properties containing ANSI (8-bit) characters.
Attachments1 The message store supports attachments (OLE or non-OLE) to messages.
Categorize2 The message store supports categorized views of tables.
Create3 The message store supports creation of new messages.
EntryIdUnique4 Entry identifiers for the objects in the message store are unique, that is, never reused during the life of the store.
Html5 The message store supports HTML messages, stored in the BodyHtml property.
ItemProc6 In a wrapped PST store, indicates that when a new message arrives at the store, the store does rules and spam filter processing on the message separately.
LocalStore7 This flag is reserved and should not be used.
Modify8 The message store supports modification of its existing messages.
MultiValueProperties9 The message store supports multivalued properties, guarantees the stability of value order in a multivalued property throughout a save operation, and supports instantiation of multivalued properties in tables.
Notify10 The message store supports notifications.
Ole11 The message store supports OLE attachments.
PublicFolders12 The folders in this store are public (multi-user), not private (possibly multi-instance but not multi-user).
Pusher13 The MAPI Protocol Handler will not crawl the store, and the store is responsible to push any changes through notifications to the indexer to have messages indexed.
ReadOnly14 All interfaces for the message store have a read-only access level.
Restrictions15 The message store supports restrictions.
Rtf16 The message store supports Rich Text Format (RTF) messages, usually compressed.
Search17 The message store supports search-results folders.
Sort18 The message store supports sorting views of tables.
Submit19 The message store supports marking a message for submission.
UncompressedRtf20 The message store supports storage of RTF messages in uncompressed form.
Unicode21 The message store supports properties containing Unicode characters.
See Also