Pop3.UndeleteAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9448)
UndeleteAsync(Object)
Begins asynchronous Undelete operation. Unmarks any messages that have been marked for deletion.
Declaration
public Task UndeleteAsync(object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
| Type | Description |
|---|---|
| Task |
Remarks
Represents POP3 RSET command.