C# 클래스 SendGrid.Helpers.Mail.Personalization

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddBcc ( Email email ) : void
AddCc ( Email email ) : void
AddCustomArgs ( string key, string value ) : void
AddHeader ( string key, string value ) : void
AddSubstitution ( string key, string value ) : void
AddTo ( Email email ) : void

메소드 상세

AddBcc() 공개 메소드

public AddBcc ( Email email ) : void
email Email
리턴 void

AddCc() 공개 메소드

public AddCc ( Email email ) : void
email Email
리턴 void

AddCustomArgs() 공개 메소드

public AddCustomArgs ( string key, string value ) : void
key string
value string
리턴 void

AddHeader() 공개 메소드

public AddHeader ( string key, string value ) : void
key string
value string
리턴 void

AddSubstitution() 공개 메소드

public AddSubstitution ( string key, string value ) : void
key string
value string
리턴 void

AddTo() 공개 메소드

public AddTo ( Email email ) : void
email Email
리턴 void