C# Class SmtpServer.Protocol.SmtpResponse

Afficher le fichier Open project: cosullivan/SmtpServer Class Usage Examples

Méthodes publiques

Свойство Type Description
AuthenticationFailed SmtpResponse
AuthenticationSuccessful SmtpResponse
MailboxNameNotAllowed SmtpResponse
MailboxUnavailable SmtpResponse
NoValidRecipientsGiven SmtpResponse
Ok SmtpResponse
ServiceClosingTransmissionChannel SmtpResponse
ServiceReady SmtpResponse
SizeLimitExceeded SmtpResponse
SyntaxError SmtpResponse
TransactionFailed SmtpResponse

Méthodes publiques

Méthode Description
SmtpResponse ( SmtpReplyCode replyCode, string message = null )

Constructor.

Method Details

SmtpResponse() public méthode

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

Property Details

AuthenticationFailed public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol AuthenticationFailed
Résultat SmtpResponse

AuthenticationSuccessful public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol AuthenticationSuccessful
Résultat SmtpResponse

MailboxNameNotAllowed public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol MailboxNameNotAllowed
Résultat SmtpResponse

MailboxUnavailable public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol MailboxUnavailable
Résultat SmtpResponse

NoValidRecipientsGiven public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol NoValidRecipientsGiven
Résultat SmtpResponse

Ok public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol Ok
Résultat SmtpResponse

ServiceClosingTransmissionChannel public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol ServiceClosingTransmissionChannel
Résultat SmtpResponse

ServiceReady public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol ServiceReady
Résultat SmtpResponse

SizeLimitExceeded public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol SizeLimitExceeded
Résultat SmtpResponse

SyntaxError public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol SyntaxError
Résultat SmtpResponse

TransactionFailed public_oe static_oe property

public static SmtpResponse,SmtpServer.Protocol TransactionFailed
Résultat SmtpResponse