C# 클래스 Amazon.SimpleEmail.Model.Destination

Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
Destination ( ) : System

Default constructor for a new Destination object. Callers should use the properties to initialize this object after creating it.

Destination ( List toAddresses ) : System

Constructs a new Destination object. Callers should use the properties initialize any additional object members.

비공개 메소드들

메소드 설명
IsSetBccAddresses ( ) : bool
IsSetCcAddresses ( ) : bool
IsSetToAddresses ( ) : bool

메소드 상세

Destination() 공개 메소드

Default constructor for a new Destination object. Callers should use the properties to initialize this object after creating it.
public Destination ( ) : System
리턴 System

Destination() 공개 메소드

Constructs a new Destination object. Callers should use the properties initialize any additional object members.
public Destination ( List toAddresses ) : System
toAddresses List The To: field(s) of the message.
리턴 System