Pop3Client.UndeleteMessages

UndeleteMessages(IConnection)

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

public void UndeleteMessages(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

See Also


UndeleteMessages()

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

public void UndeleteMessages()

See Also