Class ExchangeUMAutoAttendantAccessSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the address book and operator access settings for a Unified Messaging auto attendant in a Microsoft Exchange organization.
public class ExchangeUMAutoAttendantAccessSettings : BaseTypeSection
- Inheritance
-
ExchangeUMAutoAttendantAccessSettings
Constructors
ExchangeUMAutoAttendantAccessSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeUMAutoAttendantAccessSettings class.
public ExchangeUMAutoAttendantAccessSettings()
Properties
AfterHoursTransferToOperatorEnabled
Gets or sets whether to allow transfer to operator during non-business hours.
public BooleanOption AfterHoursTransferToOperatorEnabled { get; set; }
Property Value
BusinessHoursTransferToOperatorEnabled
Gets or sets whether to allow transfer to operator during business hours.
public BooleanOption BusinessHoursTransferToOperatorEnabled { get; set; }
Property Value
CallSomeoneEnabled
Gets or sets whether to allow callers to dial users.
public BooleanOption CallSomeoneEnabled { get; set; }
Property Value
ContactAddressList
Gets or sets the contact address list when the contact scope is set to AddressList. This setting only applies to Exchange On-Premises.
public string ContactAddressList { get; set; }
Property Value
ContactScope
Gets or sets the search scope for the organization.
public ExchangeUMAutoAttendantContactScope ContactScope { get; set; }
Property Value
MatchedNameSelectionMethod
Gets or sets the information to include for users with the same name.
public ExchangeUMAutoAttendantDisambiguationField MatchedNameSelectionMethod { get; set; }
Property Value
MatchedNameSelectionMethodString
Gets the information to include for users with the same name.
public string MatchedNameSelectionMethodString { get; set; }
Property Value
NameLookupEnabled
Gets or sets whether to allow callers to search for users by name or alias.
public BooleanOption NameLookupEnabled { get; set; }
Property Value
NameLookupString
Gets whether to allow callers to search for users by name or alias.
public string NameLookupString { get; set; }
Property Value
OperatorExtension
Gets or sets the operator extension.
public string OperatorExtension { get; set; }
Property Value
SendVoiceMsgEnabled
Gets or sets whether to allow callers to leave voice messages for users.
public BooleanOption SendVoiceMsgEnabled { get; set; }