C# Класс SmtpServer.Protocol.SmtpResponse

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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