MSCAP_SELECTOR
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Specifies the capabilities to return for a store.
Quick Info
typedef enum
{
MSCAP_SEL_RESERVED1 = 0,
MSCAP_SEL_RESERVED2,
MSCAP_SEL_FOLDER,
MSCAP_SEL_RESERVED3,
MSCAP_SEL_RESTRICTION,
} MSCAP_SELECTOR;
Members
MSCAP_SEL_RESERVED1
This member is reserved for the internal use of Outlook and is not supported.MSCAP_SEL_RESERVED2
This member is reserved for the internal use of Outlook and is not supported.MSCAP_SEL_FOLDER
Capabilities about supporting folders on a store.MSCAP_SEL_RESERVED3
This member is reserved for the internal use of Outlook and is not supported.MSCAP_SEL_RESTRICTION
Capabilities about supporting restrictions on a store.