Method | Description | |
---|---|---|
SendEmail ( string toAddress, string fromAddress, string subject, string messageBody ) : void | ||
SendEmail ( string toAddress, string fromAddress, string ccAddress, string bccAddress, string subject, string messageBody ) : void |
Method | Description | |
---|---|---|
RelayMail ( |
||
SendEmailAsync ( string toAddress, string fromAddress, string ccAddress, string bccAddress, string subject, string messageBody ) : void |
public static SendEmail ( string toAddress, string fromAddress, string subject, string messageBody ) : void | ||
toAddress | string | |
fromAddress | string | |
subject | string | |
messageBody | string | |
return | void |
public static SendEmail ( string toAddress, string fromAddress, string ccAddress, string bccAddress, string subject, string messageBody ) : void | ||
toAddress | string | |
fromAddress | string | |
ccAddress | string | |
bccAddress | string | |
subject | string | |
messageBody | string | |
return | void |