C# Class Adf.Base.Mail.FileSystemMailProvider

Inheritance: IMailProvider
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
Send ( MailMessage message ) : void

Send a message to the 'MailDumpLocation', which indicates the PickupDirectory

Method Details

Send() public method

Send a message to the 'MailDumpLocation', which indicates the PickupDirectory
public Send ( MailMessage message ) : void
message System.Net.Mail.MailMessage
return void