IFolderSupport::GetSupportMask
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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.