C# 클래스 SmtpServer.Protocol.SmtpResponse

파일 보기 프로젝트 열기: cosullivan/SmtpServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthenticationFailed SmtpResponse
AuthenticationSuccessful SmtpResponse
MailboxNameNotAllowed SmtpResponse
MailboxUnavailable SmtpResponse
NoValidRecipientsGiven SmtpResponse
Ok SmtpResponse
ServiceClosingTransmissionChannel SmtpResponse
ServiceReady SmtpResponse
SizeLimitExceeded SmtpResponse
SyntaxError SmtpResponse
TransactionFailed SmtpResponse

공개 메소드들

메소드 설명
SmtpResponse ( SmtpReplyCode replyCode, string message = null )

Constructor.

메소드 상세

SmtpResponse() 공개 메소드

Constructor.
public SmtpResponse ( SmtpReplyCode replyCode, string message = null )
replyCode SmtpReplyCode The reply code.
message string The reply message.

프로퍼티 상세

AuthenticationFailed 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol AuthenticationFailed
리턴 SmtpResponse

AuthenticationSuccessful 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol AuthenticationSuccessful
리턴 SmtpResponse

MailboxNameNotAllowed 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol MailboxNameNotAllowed
리턴 SmtpResponse

MailboxUnavailable 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol MailboxUnavailable
리턴 SmtpResponse

NoValidRecipientsGiven 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol NoValidRecipientsGiven
리턴 SmtpResponse

Ok 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol Ok
리턴 SmtpResponse

ServiceClosingTransmissionChannel 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol ServiceClosingTransmissionChannel
리턴 SmtpResponse

ServiceReady 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol ServiceReady
리턴 SmtpResponse

SizeLimitExceeded 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol SizeLimitExceeded
리턴 SmtpResponse

SyntaxError 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol SyntaxError
리턴 SmtpResponse

TransactionFailed 공개적으로 정적으로 프로퍼티

public static SmtpResponse,SmtpServer.Protocol TransactionFailed
리턴 SmtpResponse