EndExistFolder
EndExistFolder (1 of 2)
Waits for the pending asynchronous operation to complete.
Returns: Returns true if the folder is existing, otherwise returns false
EndExistFolder(System::SharedPtr < System::IAsyncResult > asyncResult)
| Parameter | Description |
|---|---|
| asyncResult | The reference to the pending asynchronous request to wait for. |
EndExistFolder (2 of 2)
Waits for the pending asynchronous operation to complete.
Returns: Returns true if the folder is existing, otherwise returns false
EndExistFolder(System::SharedPtr < System::IAsyncResult > asyncResult, System::SharedPtr < ImapFolderInfo > & folderInfo)
| Parameter | Description |
|---|---|
| asyncResult | The reference to the pending asynchronous request to wait for. |
| folderInfo | Folder information |