Pop3Client.UndeleteMessagesAsync
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
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
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
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)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
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)
Parameter | Type | Description |
---|---|---|
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email