BeginUnselectFolder
BeginUnselectFolder (1 of 12)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder()
BeginUnselectFolder (2 of 12)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(bool doNotExpunge)
| Parameter | Description |
|---|---|
| doNotExpunge | Specifies whether messages marked as deleted should be removed. |
BeginUnselectFolder (3 of 12)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(bool doNotExpunge, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| doNotExpunge | Specifies whether messages marked as deleted should be removed. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginUnselectFolder (4 of 12)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(bool doNotExpunge, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| doNotExpunge | Specifies whether messages marked as deleted should be removed. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginUnselectFolder (5 of 12)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginUnselectFolder (6 of 12)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(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. |
BeginUnselectFolder (7 of 12)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(System::SharedPtr < IConnection > connection)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
BeginUnselectFolder (8 of 12)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(System::SharedPtr < IConnection > connection, bool doNotExpunge)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| doNotExpunge | Specifies whether messages marked as deleted should be removed. |
BeginUnselectFolder (9 of 12)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(System::SharedPtr < IConnection > connection, bool doNotExpunge, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| doNotExpunge | Specifies whether messages marked as deleted should be removed. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginUnselectFolder (10 of 12)
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(System::SharedPtr < IConnection > connection, bool doNotExpunge, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| doNotExpunge | Specifies whether messages marked as deleted should be removed. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginUnselectFolder (11 of 12)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(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. |
BeginUnselectFolder (12 of 12)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUnselectFolder(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. |