IFolderSupport
IFolderSupport |
Provides information about a folder's support for sharing.
Quick Info
Inherited from: | IUnknown |
Provided By: | Message store provider |
Interface identifier: | IID_IFolderSupport |
Vtable Order
GetSupportMask | Gets information about a folder's support for sharing. |
Remarks
Generally, Microsoft Office Outlook requires a MAPI store provider to implement this interface if the provider wants to share a folder. The exception is the Exchange Server store provider, which can share folders without implementing this interface.
A client can query an IMAPIFolder for IFolderSupport. If that succeeds, call IFolderSupport::GetSupportMask and check for the FS_SUPPORTS_SHARING bit to be set.