Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SmtpStatusCode

Enumerator
SystemStatus 
HelpMessage 
ServiceReady 
ServiceClosingTransmissionChannel 
Ok 
UserNotLocalWillForward 
CannotVerifyUserWillAttemptDelivery 
StartMailInput 
ServiceNotAvailable 
MailboxBusy 
LocalErrorInProcessing 
InsufficientStorage 
ClientNotPermitted 
CommandUnrecognized 
SyntaxError 
CommandNotImplemented 
BadCommandSequence 
MustIssueStartTlsFirst 
CommandParameterNotImplemented 
MailboxUnavailable 
UserNotLocalTryAlternatePath 
ExceededStorageAllocation 
MailboxNameNotAllowed 
TransactionFailed 
GeneralFailure 

Definition at line 3 of file SmtpStatusCode.cs.

4{
5 SystemStatus = 211,
6 HelpMessage = 214,
7 ServiceReady = 220,
9 Ok = 250,
12 StartMailInput = 354,
14 MailboxBusy = 450,
19 SyntaxError = 501,
30}