Imap.Abort Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Abort()
Aborts the current operation.
Declaration
public void Abort()
Remarks
The aborted operation will end either successfully, or with ImapException of status OperationAborted or Timeout. The Imap object may remain in Reading, Sending or Processing state. In this case, the Imap object is not usable any more and a call to Disconnect() is recommended.