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

Inheritance: IMessageGateway
Show file Open project: ucdavis/Recruitments

Public Methods

Method 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 method

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
return void

SendMessage() public method

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