Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Net.Mail.SmtpStatusCode {
System.Net.Mail.SystemStatus = 211
, System.Net.Mail.HelpMessage = 214
, System.Net.Mail.ServiceReady = 220
, System.Net.Mail.ServiceClosingTransmissionChannel = 221
,
System.Net.Mail.Ok = 250
, System.Net.Mail.UserNotLocalWillForward = 251
, System.Net.Mail.CannotVerifyUserWillAttemptDelivery = 252
, System.Net.Mail.StartMailInput = 354
,
System.Net.Mail.ServiceNotAvailable = 421
, System.Net.Mail.MailboxBusy = 450
, System.Net.Mail.LocalErrorInProcessing = 451
, System.Net.Mail.InsufficientStorage = 452
,
System.Net.Mail.ClientNotPermitted = 454
, System.Net.Mail.CommandUnrecognized = 500
, System.Net.Mail.SyntaxError = 501
, System.Net.Mail.CommandNotImplemented = 502
,
System.Net.Mail.BadCommandSequence = 503
, System.Net.Mail.MustIssueStartTlsFirst = 530
, System.Net.Mail.CommandParameterNotImplemented = 504
, System.Net.Mail.MailboxUnavailable = 550
,
System.Net.Mail.UserNotLocalTryAlternatePath = 551
, System.Net.Mail.ExceededStorageAllocation = 552
, System.Net.Mail.MailboxNameNotAllowed = 553
, System.Net.Mail.TransactionFailed = 554
,
System.Net.Mail.GeneralFailure = -1
} |
|