Enum SMTPStatus
Represents the different status codes for SMTP replies.
enum SMTPStatus
: int { ... }
Enum members
Name | Description |
---|---|
_success
|
|
accessDenied
|
|
badCommandSequence
|
|
commandNotImplemented
|
|
commandParameterNotImplemented
|
|
commandUnrecognized
|
|
domainAcceptsNoMail
|
|
exceededStorageAllocation
|
|
forwarding
|
|
helpMessage
|
|
invalidParameters
|
|
mailboxNameNotAllowed
|
|
mailboxTemporarilyUnavailable
|
|
mailboxUnavailable
|
|
outOfDiskSpace
|
|
processingError
|
|
serverAuthReady
|
|
serviceClosing
|
|
serviceReady
|
|
serviceUnavailable
|
|
startMailInput
|
|
success
|
|
systemStatus
|
|
transactionFailed
|
|
userNotLocal
|