EmailMailboxAutoReplySettings EmailMailboxAutoReplySettings EmailMailboxAutoReplySettings EmailMailboxAutoReplySettings Class

Definition

Represents the settings for the automatic reply functionality of an email account.

public : sealed class EmailMailboxAutoReplySettings : IEmailMailboxAutoReplySettingspublic sealed class EmailMailboxAutoReplySettings : IEmailMailboxAutoReplySettingsPublic NotInheritable Class EmailMailboxAutoReplySettings Implements IEmailMailboxAutoReplySettings// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

EmailMailboxAutoReplySettings() EmailMailboxAutoReplySettings() EmailMailboxAutoReplySettings() EmailMailboxAutoReplySettings()

Initializes a new instance of an object.

public : EmailMailboxAutoReplySettings()public EmailMailboxAutoReplySettings()Public Sub New()// You can use this method in JavaScript.

Properties

EndTime EndTime EndTime EndTime

Represents the end time for the automated reply period.

public : IReference<DateTime> EndTime { get; set; }public Nullable<DateTimeOffset> EndTime { get; set; }Public ReadWrite Property EndTime As Nullable<DateTimeOffset>// You can use this property in JavaScript.
Value
IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>

The end time for the automated reply period.

InternalReply InternalReply InternalReply InternalReply

Gets the automatic reply message intended for an email message from an internal sender.

public : EmailMailboxAutoReply InternalReply { get; }public EmailMailboxAutoReply InternalReply { get; }Public ReadOnly Property InternalReply As EmailMailboxAutoReply// You can use this property in JavaScript.
Value
EmailMailboxAutoReply EmailMailboxAutoReply EmailMailboxAutoReply EmailMailboxAutoReply

The automatic reply message intended for an email message from an internal sender.

IsEnabled IsEnabled IsEnabled IsEnabled

Gets a Boolean value indicating whether automatic replies are enabled.

public : PlatForm::Boolean IsEnabled { get; set; }public bool IsEnabled { get; set; }Public ReadWrite Property IsEnabled As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating whether automatic replies are enabled.

KnownExternalReply KnownExternalReply KnownExternalReply KnownExternalReply

Gets the automatic reply message intended for an email message from a known external sender.

public : EmailMailboxAutoReply KnownExternalReply { get; }public EmailMailboxAutoReply KnownExternalReply { get; }Public ReadOnly Property KnownExternalReply As EmailMailboxAutoReply// You can use this property in JavaScript.
Value
EmailMailboxAutoReply EmailMailboxAutoReply EmailMailboxAutoReply EmailMailboxAutoReply

The automatic reply message intended for an email message from a known external sender.

ResponseKind ResponseKind ResponseKind ResponseKind

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

public : EmailMailboxAutoReplyMessageResponseKind ResponseKind { get; set; }public EmailMailboxAutoReplyMessageResponseKind ResponseKind { get; set; }Public ReadWrite Property ResponseKind As EmailMailboxAutoReplyMessageResponseKind// You can use this property in JavaScript.

StartTime StartTime StartTime StartTime

Represents the start time for the automated reply period.

public : IReference<DateTime> StartTime { get; set; }public Nullable<DateTimeOffset> StartTime { get; set; }Public ReadWrite Property StartTime As Nullable<DateTimeOffset>// You can use this property in JavaScript.
Value
IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>

The start time for the automated reply period.

UnknownExternalReply UnknownExternalReply UnknownExternalReply UnknownExternalReply

Gets the automatic reply message intended for an email message from an unknown external sender.

public : EmailMailboxAutoReply UnknownExternalReply { get; }public EmailMailboxAutoReply UnknownExternalReply { get; }Public ReadOnly Property UnknownExternalReply As EmailMailboxAutoReply// You can use this property in JavaScript.
Value
EmailMailboxAutoReply EmailMailboxAutoReply EmailMailboxAutoReply EmailMailboxAutoReply

The automatic reply message intended for an email message from an unknown external sender.