IFolderSupport::GetSupportMask

Applies to: Outlook 2013 | Outlook 2016

Gets information about a folder's support for sharing.

HRESULT GetSupportMask( 
    DWORD * pdwSupportMask 
); 

Parameters

pdwSupportMask

[out] A bitmask indicating if the folder supports sharing.

FS_NONE

Indicates that the folder does not support sharing.

FS_SUPPORTS_SHARING

Indicates that the folder supports sharing.

Return value

S_OK

The call was successful.