EmailMailboxAutoReplySettings.EndTime 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.
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
|