IMail |
void NoOp( CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ObjectDisposedException | The IMailService has been disposed. |
| ServiceNotConnectedException | The IMailService is not connected. |
| 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. |