EmailMailboxAutoReplySettings.ResponseKind Property

Definition

Gets or sets whether the automated response email message is encoded as HTML or plain text.

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

Property Value

The encoding schema for an email message.

Windows requirements

App capabilities
email emailSystem

Applies to