Метод | Описание | |
---|---|---|
EmailService ( ILogger logger, IEmailSender emailSender, ITemplateParserService emailTemplateParserService, string bccEmailAddress, string fromEmailAddress ) : System | ||
Send ( |
||
Send ( string fromEmailAddress, string emailAdres, string onderwerp, string templateName, object>.Dictionary |
Verzend een email naar de ontvanger
|
|
SendPassword ( User gebruiker, string wachtwoord ) : void |
Verzend het wachtwoord naar gebruiker
|
public EmailService ( ILogger logger, IEmailSender emailSender, ITemplateParserService emailTemplateParserService, string bccEmailAddress, string fromEmailAddress ) : System | ||
logger | ILogger | |
emailSender | IEmailSender | |
emailTemplateParserService | ITemplateParserService | |
bccEmailAddress | string | |
fromEmailAddress | string | |
Результат | System |
public Send ( |
||
message | ||
Результат | void |
public Send ( string fromEmailAddress, string emailAdres, string onderwerp, string templateName, object>.Dictionary |
||
fromEmailAddress | string | |
emailAdres | string | |
onderwerp | string | |
templateName | string | |
propertyBag | object>.Dictionary | |
attachments | ||
Результат | void |
public SendPassword ( User gebruiker, string wachtwoord ) : void | ||
gebruiker | User | |
wachtwoord | string | |
Результат | void |