BeginUndeleteMessages
BeginUndeleteMessages (1 of 6)
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUndeleteMessages()
BeginUndeleteMessages (2 of 6)
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUndeleteMessages(System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginUndeleteMessages (3 of 6)
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUndeleteMessages(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. |
BeginUndeleteMessages (4 of 6)
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUndeleteMessages(System::SharedPtr < IConnection > connection)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
BeginUndeleteMessages (5 of 6)
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUndeleteMessages(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. |
BeginUndeleteMessages (6 of 6)
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginUndeleteMessages(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. |