Pop3.UndeleteAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
UndeleteAsync(Object)
Begins asynchronous Undelete operation. Unmarks any messages that have been marked as deleted.
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.