C# Class RFH.Services.MailService

Mostrar archivo Open project: rfharvest/RFH Class Usage Examples

Public Methods

Method Description
Send ( IEnumerable recipients, string subject, string body, string fileAttachment ) : void

Protected Methods

Method Description
GetMailSettings ( ) : MailSettingsSectionGroup

Method Details

GetMailSettings() protected method

protected GetMailSettings ( ) : MailSettingsSectionGroup
return System.Net.Configuration.MailSettingsSectionGroup

Send() public method

public Send ( IEnumerable recipients, string subject, string body, string fileAttachment ) : void
recipients IEnumerable
subject string
body string
fileAttachment string
return void