C# Class Worki.Service.SendGridEmailService

Inheritance: IEmailService
Afficher le fichier Open project: tah91/eworkyWebSite

Méthodes publiques

Méthode Description
Deliver ( Object message ) : bool
PrepareMessage ( System.Net.Mail.MailAddress from, IEnumerable to, string subject, string body ) : Object
PrepareMessage ( System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to, string subject, string body ) : Object
PrepareMessageFromDefault ( System.Net.Mail.MailAddress to, string subject, string body ) : Object
PrepareMessageToDefault ( System.Net.Mail.MailAddress from, string subject, string body ) : Object

Method Details

Deliver() public méthode

public Deliver ( Object message ) : bool
message Object
Résultat bool

PrepareMessage() public méthode

public PrepareMessage ( System.Net.Mail.MailAddress from, IEnumerable to, string subject, string body ) : Object
from System.Net.Mail.MailAddress
to IEnumerable
subject string
body string
Résultat Object

PrepareMessage() public méthode

public PrepareMessage ( System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to, string subject, string body ) : Object
from System.Net.Mail.MailAddress
to System.Net.Mail.MailAddress
subject string
body string
Résultat Object

PrepareMessageFromDefault() public méthode

public PrepareMessageFromDefault ( System.Net.Mail.MailAddress to, string subject, string body ) : Object
to System.Net.Mail.MailAddress
subject string
body string
Résultat Object

PrepareMessageToDefault() public méthode

public PrepareMessageToDefault ( System.Net.Mail.MailAddress from, string subject, string body ) : Object
from System.Net.Mail.MailAddress
subject string
body string
Résultat Object