다음을 통해 공유


EmailMailboxAutoReplySettings.ResponseKind 속성

정의

자동화된 응답 전자 메일 메시지가 HTML 또는 일반 텍스트로 인코딩되는지 여부를 가져오거나 설정합니다.

public:
 property EmailMailboxAutoReplyMessageResponseKind ResponseKind { EmailMailboxAutoReplyMessageResponseKind get(); void set(EmailMailboxAutoReplyMessageResponseKind value); };
EmailMailboxAutoReplyMessageResponseKind ResponseKind();

void ResponseKind(EmailMailboxAutoReplyMessageResponseKind value);
public EmailMailboxAutoReplyMessageResponseKind ResponseKind { get; set; }
var emailMailboxAutoReplyMessageResponseKind = emailMailboxAutoReplySettings.responseKind;
emailMailboxAutoReplySettings.responseKind = emailMailboxAutoReplyMessageResponseKind;
Public Property ResponseKind As EmailMailboxAutoReplyMessageResponseKind

속성 값

전자 메일 메시지의 인코딩 스키마입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상