프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AuthenticationFailed | |||
AuthenticationSuccessful | |||
MailboxNameNotAllowed | |||
MailboxUnavailable | |||
NoValidRecipientsGiven | |||
Ok | |||
ServiceClosingTransmissionChannel | |||
ServiceReady | |||
SizeLimitExceeded | |||
SyntaxError | |||
TransactionFailed |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 |
public static SmtpResponse,SmtpServer.Protocol AuthenticationSuccessful | ||
리턴 |
public static SmtpResponse,SmtpServer.Protocol MailboxNameNotAllowed | ||
리턴 |
public static SmtpResponse,SmtpServer.Protocol MailboxUnavailable | ||
리턴 |
public static SmtpResponse,SmtpServer.Protocol NoValidRecipientsGiven | ||
리턴 |
public static SmtpResponse,SmtpServer.Protocol ServiceClosingTransmissionChannel | ||
리턴 |
public static SmtpResponse,SmtpServer.Protocol ServiceReady | ||
리턴 |
public static SmtpResponse,SmtpServer.Protocol SizeLimitExceeded | ||
리턴 |
public static SmtpResponse,SmtpServer.Protocol SyntaxError | ||
리턴 |