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

Represents textual data, plus an optional character set specification.

By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.

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

공개 메소드들

메소드 설명
Content ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Content ( string data ) : System

Instantiates Content with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCharset ( ) : bool
IsSetData ( ) : bool

메소드 상세

Content() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public Content ( ) : System
리턴 System

Content() 공개 메소드

Instantiates Content with the parameterized properties
public Content ( string data ) : System
data string The textual data of the content.
리턴 System