BeginListFolders

BeginListFolders (1 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders()

BeginListFolders (2 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(bool loadFullInfo)
ParameterDescription
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.

BeginListFolders (3 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(bool loadFullInfo, System::AsyncCallback callback)
ParameterDescription
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (4 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(bool loadFullInfo, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (5 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(System::AsyncCallback callback)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (6 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (7 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(System::SharedPtr < IConnection > connection)
ParameterDescription
connectionConnection to a server

BeginListFolders (8 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(System::SharedPtr < IConnection > connection, bool loadFullInfo)
ParameterDescription
connectionConnection to a server
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.

BeginListFolders (9 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(System::SharedPtr < IConnection > connection, bool loadFullInfo, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (10 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(System::SharedPtr < IConnection > connection, bool loadFullInfo, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (11 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (12 of 30)

Begins to get the list of folders in the mailbox

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (13 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder

BeginListFolders (14 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder, bool loadFullInfo)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.

BeginListFolders (15 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
optionsOptions for operation
returnOptionsReturn options for operation

BeginListFolders (16 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
optionsOptions for operation
returnOptionsReturn options for operation
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (17 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
optionsOptions for operation
returnOptionsReturn options for operation
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (18 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder, bool loadFullInfo, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (19 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder, bool loadFullInfo, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (20 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (21 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::SharedPtr < IConnection > connection, System::String parentFolder, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
parentFolderName of the folder
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (22 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder)
ParameterDescription
parentFolderName of the folder

BeginListFolders (23 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder, bool loadFullInfo)
ParameterDescription
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.

BeginListFolders (24 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions)
ParameterDescription
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
optionsOptions for operation
returnOptionsReturn options for operation

BeginListFolders (25 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions, System::AsyncCallback callback)
ParameterDescription
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
optionsOptions for operation
returnOptionsReturn options for operation
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (26 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
optionsOptions for operation
returnOptionsReturn options for operation
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (27 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder, bool loadFullInfo, System::AsyncCallback callback)
ParameterDescription
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (28 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder, bool loadFullInfo, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
parentFolderName of the folder
loadFullInfoIf true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListFolders (29 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder, System::AsyncCallback callback)
ParameterDescription
parentFolderName of the folder
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListFolders (30 of 30)

Begins to get the list of subfolders in the specified folder

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

BeginListFolders(System::String parentFolder, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
parentFolderName of the folder
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.