MercatorOutlook.
OutlookStatic
.SendMail(
"Test sujet"
,
"Mercator"
,
"info@mercator.eu"
,
"<html><body>Contenu<br><b>bold</b></body></html>"
,
new
string
[2] {
@"C:\Test\Test.zip"
,
@"C:\Test\Params2.xls"
});