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