Méthode | Description | |
---|---|---|
MailService ( string defaultFromAddress, string defaultDisplayName, string host, int port ) : System.Net.Mail | ||
Send ( System.Net.Mail.MailAddress to, System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress replyto, string subject, string message ) : void | ||
Send ( System.Net.Mail.MailAddress to, System.Net.Mail.MailAddress replyto, string subject, string message ) : void | ||
Send ( System.Net.Mail.MailAddress to, string subject, string message ) : void |
public MailService ( string defaultFromAddress, string defaultDisplayName, string host, int port ) : System.Net.Mail | ||
defaultFromAddress | string | |
defaultDisplayName | string | |
host | string | |
port | int | |
Résultat | System.Net.Mail |
public Send ( System.Net.Mail.MailAddress to, System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress replyto, string subject, string message ) : void | ||
to | System.Net.Mail.MailAddress | |
from | System.Net.Mail.MailAddress | |
replyto | System.Net.Mail.MailAddress | |
subject | string | |
message | string | |
Résultat | void |
public Send ( System.Net.Mail.MailAddress to, System.Net.Mail.MailAddress replyto, string subject, string message ) : void | ||
to | System.Net.Mail.MailAddress | |
replyto | System.Net.Mail.MailAddress | |
subject | string | |
message | string | |
Résultat | void |
public Send ( System.Net.Mail.MailAddress to, string subject, string message ) : void | ||
to | System.Net.Mail.MailAddress | |
subject | string | |
message | string | |
Résultat | void |