FolderExists

FolderExists (1 of 2)

Checks whether the specified folder exists.

Returns: true if the specified folder exists in the specified parent folder; otherwise, false .

FolderExists(System::String parentFolderUri, System::String folderName)
ParameterDescription
parentFolderUriAn uri of parent folder.
folderNameA folder name.

FolderExists (2 of 2)

Checks whether the specified folder exists.

Returns: true if the specified folder exists in the specified parent folder; otherwise, false .

FolderExists(System::String parentFolderUri, System::String folderName, System::SharedPtr < ExchangeFolderInfo > & folder)
ParameterDescription
parentFolderUriAn uri of parent folder.
folderNameA folder name.
folderA ExchangeFolderInfo that represents the found folder information, if folder exists.