Enum SmtpReplyCodeSeverities
Enumerates the reply code severities.
Namespace: Swan.Net.Smtp
Syntax
public enum SmtpReplyCodeSeverities
Fields
| Name | Description |
|---|---|
| PermanentNegative | The permanent negative severity |
| PositiveCompletion | The positive completion severity |
| PositiveIntermediate | The positive intermediate severity |
| TransientNegative | The transient negative severity |
| Unknown | The unknown severity |