IAdmExchangeUMProxyAddress
Inheritance: IAdmExchangeProxyAddress
Methods
-
Method
-
Description
-
SetAddressParts()
-
Sets an extension number and a phone context for the extension.
Properties
-
Property
-
Description
-
Extension
-
Gets the extension number.
-
PhoneContext
-
Gets the phone context.
-
DialPlanName
-
Gets the name of the dial plan associated with the UM extension.
Details
SetAddressParts()
Sets an extension number and a phone context for the extension.
void SetAddressParts(string extension, string phoneContext)
Parameters
- extension - Specifies the extension number. If this parameter is set to
null
, the extension number is not changed. - phoneContext - Specifies a phone context for the UM extension. If this parameter is set to
null
, the phone context is not changed.
Examples
Extension
Gets the extension number.
- Type:
- string
- Access:
- Read-only
PhoneContext
Gets the phone context.
- Type:
- string
- Access:
- Read-only
DialPlanName
Gets the name of the dial plan associated with the UM extension.
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2013.1