C# Class CAESDO.Recruitment.Core.Abstractions.MessageGateway

Inheritance: IMessageGateway
Afficher le fichier Open project: ucdavis/Recruitments

Méthodes publiques

Méthode Description
SendMessage ( string from, string to, string subject, string body ) : void

Use email to send out the message

SendMessage ( string from, string to, string bcc, string subject, string body ) : void

Method Details

SendMessage() public méthode

Use email to send out the message
public SendMessage ( string from, string to, string subject, string body ) : void
from string
to string
subject string
body string
Résultat void

SendMessage() public méthode

public SendMessage ( string from, string to, string bcc, string subject, string body ) : void
from string
to string
bcc string
subject string
body string
Résultat void