C# 클래스 SendGrid.Transport.SMTP.SmtpWrapper

Implementation of SmtpClient wrapper, separated to allow dependency injection
상속: ISmtpClient
파일 보기 프로젝트 열기: advancedrei/sendgridplus-csharp

공개 메소드들

메소드 설명
Send ( MailMessage mime ) : void
SmtpWrapper ( string host, Int32 port, NetworkCredential credentials, SmtpDeliveryMethod deliveryMethod ) : System

메소드 상세

Send() 공개 메소드

public Send ( MailMessage mime ) : void
mime System.Net.Mail.MailMessage
리턴 void

SmtpWrapper() 공개 메소드

public SmtpWrapper ( string host, Int32 port, NetworkCredential credentials, SmtpDeliveryMethod deliveryMethod ) : System
host string
port System.Int32
credentials System.Net.NetworkCredential
deliveryMethod SmtpDeliveryMethod
리턴 System