|  | Mail | 
 Syntax
Syntaxpublic abstract Task NoOpAsync( CancellationToken cancellationToken = default )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ObjectDisposedException | The MailService has been disposed. | 
| InvalidOperationException | The MailService is not connected. -or- The MailService is not authenticated. | 
| OperationCanceledException | The operation was canceled via the cancellation token. | 
| IOException | An I/O error occurred. | 
| CommandException | The command was rejected by the mail server. | 
| ProtocolException | The server responded with an unexpected token. | 
 Remarks
Remarks See Also
See Also