IAdmExchangeMailboxAutoReplyConfiguration
The IAdmExchangeMailboxAutoReplyConfiguration interface represents Automatic Replies (OOF) settings of an Exchange mailbox.
Inheritance: IUnknown
To create a new instance of the IAdmExchangeMailboxAutoReplyConfiguration interface, you need to call the default constructor of the AdmExchangeMailboxAutoReplyConfiguration class that implements the interface.
How
- PowerShell
-
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi") $oofSettings = New-Object "Softerra.Adaxes.Adsi.Exchange.AdmExchangeMailboxAutoReplyConfiguration"
- C#
-
using Softerra.Adaxes.Interop.Adsi; using Softerra.Adaxes.Adsi; using Softerra.Adaxes.Interop.Adsi.Exchange; using Softerra.Adaxes.Interop.Adsi.PersistentObjects; class Program { static void Main(string[] args) { AdmExchangeMailboxAutoReplyConfiguration oofSettings = new AdmExchangeMailboxAutoReplyConfiguration(); } }
Properties
-
Property
-
Description
-
AutoReplyState
-
Gets or sets a value indicating whether Automatic Replies are enabled for the mailbox.
-
EndTime
-
Gets or sets the date and time when Automatic Replies must be disabled for the mailbox.
-
StartTime
-
Gets or sets the date and time when Automatic Replies must be enabled for the mailbox.
-
InternalMessage
-
Gets or sets the OOF message used for senders inside the Exchange organization.
-
ExternalAudience
-
Gets or sets a value indicating whether Automatic Replies are sent to external senders.
-
ExternalMessage
-
Gets or sets the OOF message used for senders outside the Exchange organization.
Details
AutoReplyState
Gets or sets a value indicating whether Automatic Replies are enabled for the mailbox.
- Type:
- ADM_EXCHANGE_OOFSTATETYPE_ENUM
- Access:
- Read/Write
EndTime
Gets or sets the date and time when Automatic Replies must be disabled for the mailbox. You can pass either a DateTime value containing the exact date and time or a string that contains value references.
- Type:
- Object
- Access:
- Read/Write
StartTime
Gets or sets the date and time when Automatic Replies must be enabled for the mailbox. You can pass either a DateTime value containing the exact date and time or a string that contains value references.
- Type:
- Object
- Access:
- Read/Write
InternalMessage
Gets or sets the OOF message used for senders inside the Exchange organization.
- Type:
- string
- Access:
- Read/Write
ExternalAudience
Gets or sets a value indicating whether Automatic Replies are sent to external senders.
- Type:
- ADM_EXCHANGE_EXTERNALAUDIENCETYPE_ENUM
- Access:
- Read/Write
ExternalMessage
Gets or sets the OOF message used for senders outside the Exchange organization.
- Type:
- string
- Access:
- Read/Write
Requirements
Minimum required version: 2013.1