Property | Type | Description | |
---|---|---|---|
AuthenticationFailed | |||
AuthenticationSuccessful | |||
MailboxNameNotAllowed | |||
MailboxUnavailable | |||
NoValidRecipientsGiven | |||
Ok | |||
ServiceClosingTransmissionChannel | |||
ServiceReady | |||
SizeLimitExceeded | |||
SyntaxError | |||
TransactionFailed |
Method | Description | |
---|---|---|
SmtpResponse ( SmtpReplyCode replyCode, string message = null ) |
Constructor.
|
public SmtpResponse ( SmtpReplyCode replyCode, string message = null ) | ||
replyCode | SmtpReplyCode | The reply code. |
message | string | The reply message. |
public static SmtpResponse,SmtpServer.Protocol AuthenticationFailed | ||
return |
public static SmtpResponse,SmtpServer.Protocol AuthenticationSuccessful | ||
return |
public static SmtpResponse,SmtpServer.Protocol MailboxNameNotAllowed | ||
return |
public static SmtpResponse,SmtpServer.Protocol MailboxUnavailable | ||
return |
public static SmtpResponse,SmtpServer.Protocol NoValidRecipientsGiven | ||
return |
public static SmtpResponse,SmtpServer.Protocol ServiceClosingTransmissionChannel | ||
return |
public static SmtpResponse,SmtpServer.Protocol ServiceReady | ||
return |
public static SmtpResponse,SmtpServer.Protocol SizeLimitExceeded | ||
return |
public static SmtpResponse,SmtpServer.Protocol SyntaxError | ||
return |