Поделиться через


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

Применяется к