C# Class SmtpServer.Protocol.SmtpResponse

Show file Open project: cosullivan/SmtpServer Class Usage Examples

Public Properties

Property Type Description
AuthenticationFailed SmtpResponse
AuthenticationSuccessful SmtpResponse
MailboxNameNotAllowed SmtpResponse
MailboxUnavailable SmtpResponse
NoValidRecipientsGiven SmtpResponse
Ok SmtpResponse
ServiceClosingTransmissionChannel SmtpResponse
ServiceReady SmtpResponse
SizeLimitExceeded SmtpResponse
SyntaxError SmtpResponse
TransactionFailed SmtpResponse

Public Methods

Method Description
SmtpResponse ( SmtpReplyCode replyCode, string message = null )

Constructor.

Method Details

SmtpResponse() public method

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

Property Details

AuthenticationFailed public static property

public static SmtpResponse,SmtpServer.Protocol AuthenticationFailed
return SmtpResponse

AuthenticationSuccessful public static property

public static SmtpResponse,SmtpServer.Protocol AuthenticationSuccessful
return SmtpResponse

MailboxNameNotAllowed public static property

public static SmtpResponse,SmtpServer.Protocol MailboxNameNotAllowed
return SmtpResponse

MailboxUnavailable public static property

public static SmtpResponse,SmtpServer.Protocol MailboxUnavailable
return SmtpResponse

NoValidRecipientsGiven public static property

public static SmtpResponse,SmtpServer.Protocol NoValidRecipientsGiven
return SmtpResponse

Ok public static property

public static SmtpResponse,SmtpServer.Protocol Ok
return SmtpResponse

ServiceClosingTransmissionChannel public static property

public static SmtpResponse,SmtpServer.Protocol ServiceClosingTransmissionChannel
return SmtpResponse

ServiceReady public static property

public static SmtpResponse,SmtpServer.Protocol ServiceReady
return SmtpResponse

SizeLimitExceeded public static property

public static SmtpResponse,SmtpServer.Protocol SizeLimitExceeded
return SmtpResponse

SyntaxError public static property

public static SmtpResponse,SmtpServer.Protocol SyntaxError
return SmtpResponse

TransactionFailed public static property

public static SmtpResponse,SmtpServer.Protocol TransactionFailed
return SmtpResponse