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

Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

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

공개 메소드들

메소드 설명
Body ( ) : System

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

Body ( Content text ) : System

Instantiates Body with the parameterized properties

비공개 메소드들

메소드 설명
IsSetHtml ( ) : bool
IsSetText ( ) : bool

메소드 상세

Body() 공개 메소드

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

Body() 공개 메소드

Instantiates Body with the parameterized properties
public Body ( Content text ) : System
text Content The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
리턴 System