Share via


EmailMailboxAutoReplySettings.EndTime Property

Definition

Represents the end time for the automated reply period.

public:
 property IReference<DateTime> ^ EndTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> EndTime();

void EndTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> EndTime { get; set; }
var iReference = emailMailboxAutoReplySettings.endTime;
emailMailboxAutoReplySettings.endTime = iReference;
Public Property EndTime As Nullable(Of DateTimeOffset)

Property Value

The end time for the automated reply period.

Windows requirements

App capabilities
email emailSystem

Applies to