Pop3Client.UndeleteMessagesAsync

UndeleteMessagesAsync(IConnection)

Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.

public Task UndeleteMessagesAsync(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

Return Value

Task object, with delegate for this operation

See Also


UndeleteMessagesAsync()

Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.

public Task UndeleteMessagesAsync()

Return Value

Task object, with delegate for this operation

See Also


UndeleteMessagesAsync(IConnection, CancellationToken)

Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.

public Task UndeleteMessagesAsync(IConnection connection, CancellationToken token)
ParameterTypeDescription
connectionIConnectionConnection to a server
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also


UndeleteMessagesAsync(CancellationToken)

Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.

public Task UndeleteMessagesAsync(CancellationToken token)
ParameterTypeDescription
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also