C# Class NuGetGallery.MessageServiceFacts.TestMailSender

Inheritance: IMailSender
Show file Open project: NuGet/NuGetGallery

Public Methods

Method Description
Send ( System.Net.Mail.MailAddress fromAddress, System.Net.Mail.MailAddress toAddress, string subject, string markdownBody ) : void
Send ( MailMessage mailMessage ) : void
Send ( string fromAddress, string toAddress, string subject, string markdownBody ) : void
TestMailSender ( ) : System.Collections.Generic

Method Details

Send() public method

public Send ( System.Net.Mail.MailAddress fromAddress, System.Net.Mail.MailAddress toAddress, string subject, string markdownBody ) : void
fromAddress System.Net.Mail.MailAddress
toAddress System.Net.Mail.MailAddress
subject string
markdownBody string
return void

Send() public method

public Send ( MailMessage mailMessage ) : void
mailMessage System.Net.Mail.MailMessage
return void

Send() public method

public Send ( string fromAddress, string toAddress, string subject, string markdownBody ) : void
fromAddress string
toAddress string
subject string
markdownBody string
return void

TestMailSender() public method

public TestMailSender ( ) : System.Collections.Generic
return System.Collections.Generic