Smtp |
public override void NoOp( CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ObjectDisposedException | The SmtpClient has been disposed. |
| ServiceNotConnectedException | The SmtpClient is not connected. |
| OperationCanceledException | The operation was canceled. |
| IOException | An I/O error occurred. |
| SmtpCommandException | The SMTP command failed. |
| SmtpProtocolException | An SMTP protocol error occurred. |