ExchangeClient.GetFolderInfo

ExchangeClient.GetFolderInfo method

Gets the folder information.

public ExchangeFolderInfo GetFolderInfo(string folderUri)
ParameterTypeDescription
folderUriStringA folder uri.

Return Value

A ExchangeFolderInfo that represents the folder information.

Exceptions

exceptioncondition
AsposeArgumentExceptionfolderUri is null or empty.
ExchangeExceptionServer responded an error message.

See Also