IAdmExchangeUMProxyAddress

Inheritance: IAdmExchangeProxyAddress

Methods

  • Method

  • Description

  • SetAddressParts()

  • Sets an extension number and a phone context for the extension.

Properties

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

Unified Messaging


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

See also