EmailMailboxAutoReplySettings.StartTime 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 start time for the automated reply period.
public:
property IReference<DateTime> ^ StartTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> StartTime();
void StartTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> StartTime { get; set; }
var iReference = emailMailboxAutoReplySettings.startTime;
emailMailboxAutoReplySettings.startTime = iReference;
Public Property StartTime As Nullable(Of DateTimeOffset)
Property Value
The start time for the automated reply period.
Windows requirements
App capabilities |
email
emailSystem
|