BeginGetFolderInfo

BeginGetFolderInfo (1 of 6)

Begins an asynchronous folder listing.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetFolderInfo(System::SharedPtr < IConnection > connection, System::String folderName)
ParameterDescription
connectionConnection to a server
folderNameFolder to retrieve information about

BeginGetFolderInfo (2 of 6)

Begins an asynchronous folder listing.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetFolderInfo(System::SharedPtr < IConnection > connection, System::String folderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
folderNameFolder to retrieve information about
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginGetFolderInfo (3 of 6)

Begins an asynchronous folder listing.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetFolderInfo(System::SharedPtr < IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
folderNameFolder to retrieve information about
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginGetFolderInfo (4 of 6)

Begins an asynchronous folder listing.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetFolderInfo(System::String folderName)
ParameterDescription
folderNameFolder to retrieve information about

BeginGetFolderInfo (5 of 6)

Begins an asynchronous folder listing.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetFolderInfo(System::String folderName, System::AsyncCallback callback)
ParameterDescription
folderNameFolder to retrieve information about
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginGetFolderInfo (6 of 6)

Begins an asynchronous folder listing.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetFolderInfo(System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
folderNameFolder to retrieve information about
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.