MailboxAutoReplyConfiguration.StartTime property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property StartTime As DateTime
Get
Set
'Usage
Dim instance As MailboxAutoReplyConfiguration
Dim value As DateTime
value = instance.StartTime
instance.StartTime = value
public DateTime StartTime { get; set; }
Property value
Type: System.DateTime
See also
Reference
MailboxAutoReplyConfiguration class