Свойство | Тип | Описание | |
---|---|---|---|
Host | string | ||
UseSsl | bool |
Метод | Описание | |
---|---|---|
Send ( IEnumerable |
||
Send ( MailMessage message ) : void | ||
SmtpClient ( string host, Stream stream ) : System | ||
SmtpClient ( string host, Stream stream, NetworkCredential credentials ) : System | ||
SmtpClient ( string host, Stream stream, bool useSsl ) : System | ||
SmtpClient ( string host, Stream stream, bool useSsl, NetworkCredential credentials ) : System |
Метод | Описание | |
---|---|---|
Authenticate ( ) : void | ||
Data ( string data ) : void | ||
Ehlo ( ) : void | ||
From ( string from ) : void | ||
RcptTo ( MailAddressCollection recipients ) : void | ||
SendCommand ( string command, int expectedCode ) : string |
public Send ( IEnumerable |
||
messages | IEnumerable |
|
Результат | void |
public Send ( MailMessage message ) : void | ||
message | MailMessage | |
Результат | void |
public SmtpClient ( string host, Stream stream ) : System | ||
host | string | |
stream | Stream | |
Результат | System |
public SmtpClient ( string host, Stream stream, NetworkCredential credentials ) : System | ||
host | string | |
stream | Stream | |
credentials | NetworkCredential | |
Результат | System |
public SmtpClient ( string host, Stream stream, bool useSsl ) : System | ||
host | string | |
stream | Stream | |
useSsl | bool | |
Результат | System |
public SmtpClient ( string host, Stream stream, bool useSsl, NetworkCredential credentials ) : System | ||
host | string | |
stream | Stream | |
useSsl | bool | |
credentials | NetworkCredential | |
Результат | System |