IAdmLyncOps2

The IAdmLyncOps2 interface extends the IAdmLyncOps interface with the ability to assign policies to users when enabling them for Skype for Business.

Inheritance: IAdmLyncOps

Derived: IAdmLyncOps3

Methods

Details

LyncEnable2()

Enables the user for Skype for Business. Unlike the IAdmLyncOps::LyncEnable method, this method allows you to assign Skype for Business policies to the user.

void LyncEnable2(string poolFqdn, 
                 string sipAddress,
                 ADM_LYNCTELEPHONYMODE_ENUM telephonyOptions, 
                 string lineUri, 
                 string lineServerUri, 
                 IAdmLyncPolicy[] policies)

Parameters

  • poolFqdn – the fully qualified domain name (FQDN) of the registrar pool where the user's Skype for Business account will be homed.
  • sipAddress – the user's SIP URI. When specifying the address, preface it with sip: (e.g. sip:jsmith@example.com).
  • telephonyOptions – a value indicating how telephony options must be configured for the Skype for Business user.
  • lineUri – the phone number assigned to the user. The line Uniform Resource Identifier (URI) must be specified using the E.164 format and the TEL: prefix (e.g. TEL:+12345678912). Any extension number should be added to the end of the line URI (e.g. TEL:+12345678912;ext=12345).
  • lineServerUri – the URI of the remote call control telephone gateway assigned to the user. The gateway URI must be prefaced by sip: (e.g. sip:mygateway@example.com).
  • policies – an array of Skype for Business policies that will be assigned to the user.

Requirements

Minimum required version: 2018.1

See also