BeginSelectFolder
BeginSelectFolder (1 of 8)
Begins select the specified folder asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSelectFolder(System::SharedPtr < IConnection > connection, System::String folderName)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Name of the folder. |
BeginSelectFolder (2 of 8)
Begins select the specified folder asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSelectFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Name of the folder. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginSelectFolder (3 of 8)
Begins select the specified folder asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSelectFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Name of the folder. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginSelectFolder (4 of 8)
Begins select the specified folder asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSelectFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::Nullable< bool > readOnly, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| folderName | Name of the folder. |
| readOnly | Specifies whether the folder is to be selected as read-only |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginSelectFolder (5 of 8)
Begins select the specified folder asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSelectFolder(System::String folderName)
| Parameter | Description |
|---|---|
| folderName | Name of the folder. |
BeginSelectFolder (6 of 8)
Begins select the specified folder asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSelectFolder(System::String folderName, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| folderName | Name of the folder. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginSelectFolder (7 of 8)
Begins select the specified folder asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSelectFolder(System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| folderName | Name of the folder. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginSelectFolder (8 of 8)
Begins select the specified folder asynchronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginSelectFolder(System::String folderName, System::Nullable< bool > readOnly, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| folderName | Name of the folder. |
| readOnly | Specifies whether the folder is to be selected as read-only |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |