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)
| Parameter | Description |
|---|---|
| loadFullInfo | If 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)
| Parameter | Description |
|---|---|
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| callback | References 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)
| Parameter | Description |
|---|---|
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| callback | References 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)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| loadFullInfo | If 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name of the folder |
| loadFullInfo | If 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| options | Options for operation |
| returnOptions | Return 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| options | Options for operation |
| returnOptions | Return options for operation |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| options | Options for operation |
| returnOptions | Return options for operation |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name of the folder |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| parentFolder | Name of the folder |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| parentFolder | Name 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)
| Parameter | Description |
|---|---|
| parentFolder | Name of the folder |
| loadFullInfo | If 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)
| Parameter | Description |
|---|---|
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| options | Options for operation |
| returnOptions | Return 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)
| Parameter | Description |
|---|---|
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| options | Options for operation |
| returnOptions | Return options for operation |
| callback | References 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)
| Parameter | Description |
|---|---|
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| options | Options for operation |
| returnOptions | Return options for operation |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| callback | References 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)
| Parameter | Description |
|---|---|
| parentFolder | Name of the folder |
| loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| parentFolder | Name of the folder |
| callback | References 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)
| Parameter | Description |
|---|---|
| parentFolder | Name of the folder |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |