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)
ParameterDescription
callbackReferences 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)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe 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)
ParameterDescription
connectionConnection 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)
ParameterDescription
connectionConnection to a server
callbackReferences 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)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.