C# 클래스 SendGrid.Net.Mail.MailMessage

파일 보기 프로젝트 열기: advancedrei/sendgridplus-csharp 1 사용 예제들

공개 메소드들

메소드 설명
MailMessage ( ) : System
MailMessage ( MailAddress from, MailAddress to ) : System
MailMessage ( string from, string to ) : System
MailMessage ( string from, string to, string subject, string body ) : System

메소드 상세

MailMessage() 공개 메소드

public MailMessage ( ) : System
리턴 System

MailMessage() 공개 메소드

public MailMessage ( MailAddress from, MailAddress to ) : System
from MailAddress
to MailAddress
리턴 System

MailMessage() 공개 메소드

public MailMessage ( string from, string to ) : System
from string
to string
리턴 System

MailMessage() 공개 메소드

public MailMessage ( string from, string to, string subject, string body ) : System
from string
to string
subject string
body string
리턴 System