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)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
UndeleteMessages()
Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
public void UndeleteMessages()
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email