Enum SMTPStatus

Represents the different status codes for SMTP replies.

The enum base type is int .

Enum members

Name Description
_success
_Success deprecated
AccessDenied deprecated
accessDenied
BadCommandSequence deprecated
badCommandSequence
CommandNotImplemented deprecated
commandNotImplemented
CommandParameterNotImplemented deprecated
commandParameterNotImplemented
CommandUnrecognized deprecated
commandUnrecognized
domainAcceptsNoMail
DomainAcceptsNoMail deprecated
exceededStorageAllocation
ExceededStorageAllocation deprecated
forwarding
Forwarding deprecated
helpMessage
HelpMessage deprecated
invalidParameters
InvalidParameters deprecated
MailboxNameNotAllowed deprecated
mailboxNameNotAllowed
mailboxTemporarilyUnavailable
MailboxTemporarilyUnavailable deprecated
mailboxUnavailable
MailboxUnavailable deprecated
OutOfDiskSpace deprecated
outOfDiskSpace
ProcessingError deprecated
processingError
ServerAuthReady deprecated
serverAuthReady
serviceClosing
ServiceClosing deprecated
ServiceReady deprecated
serviceReady
ServiceUnavailable deprecated
serviceUnavailable
StartMailInput deprecated
startMailInput
Success deprecated
success
systemStatus
SystemStatus deprecated
TransactionFailed deprecated
transactionFailed
UserNotLocal deprecated
userNotLocal

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.