IAsyncEwsClient.GetFolderPermissionsAsync

IAsyncEwsClient.GetFolderPermissionsAsync method

Gets the folder permissions.

public Task<ExchangePermissionCollection> GetFolderPermissionsAsync(string folderUrl, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
folderUrlStringThe folder URL.
cancellationTokenCancellationTokenThe cancellation token.

Return Value

The ExchangePermissionCollection

See Also