C# Class PRTools.Data.SmtpWrapper

Inheritance: ISmtpWrapper
ファイルを表示 Open project: AcklenAvenue/PRTools

Public Methods

Method Description
Send ( MailMessage mailMessage ) : void
SmtpWrapper ( string host ) : System.Net.Mail

Method Details

Send() public method

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

SmtpWrapper() public method

public SmtpWrapper ( string host ) : System.Net.Mail
host string
return System.Net.Mail