EmailMailboxAutoReplySettings.ResponseKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|