Méthode | Description | |
---|---|---|
ComposeEmail ( IEnumerable |
||
ComposeEmail ( string to, string cc, string subject, string body, bool isHtml ) : void |
public ComposeEmail ( IEnumerable |
||
to | IEnumerable |
|
cc | IEnumerable |
|
subject | string | |
body | string | |
isHtml | bool | |
attachments | IEnumerable |
|
Résultat | void |
public ComposeEmail ( string to, string cc, string subject, string body, bool isHtml ) : void | ||
to | string | |
cc | string | |
subject | string | |
body | string | |
isHtml | bool | |
Résultat | void |