Share via


IMSCapabilities::GetCapabilities

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Gets information about what a store can support based on the specified selector.

ULONG GetCapabilities( 
MSCAP_SELECTOR mscapSelector 
);

Parameters

  • mscapSelector
    [in] Selector indicating which capabilities to return.

Return Value

  • MSCAP_SECURE_FOLDER_HOMEPAGES
    Support for folder homepages in a non-default store. This can be returned if MSCAP_SEL_FOLDER is specified in mscapSelector.

  • MSCAP_RES_ANNOTATION
    If a restriction contains any invalid arguments such as invalid properties, the store ignores the invalid arguments and processes only the valid arguments. This can be returned if MSCAP_SEL_RESTRICTION is specified in mscapSelector.

  • NULL
    The store does not support any capability based on the given selector.