UserOption

The UserOptionenumeration values indicate a user option.

Syntax

  Copy codeCopy code
public enum UserOption

Members

Member

Description

PublicCloud

Check whether user is enabled to communicate with public clouds such as AOL, MSN, or Yahoo! This was deprecated in Microsoft Lync Server 2010.

Federation

Check whether user is enabled to communicate with federated partners. This was deprecated in Lync Server 2010.

OutsideAccess

Check whether user is enabled for remote access. This was deprecated in Lync Server 2010.

RccEnabled

Check whether user is enabled for Remote Call Control.

UcEnabled

Check whether user is enabled for unified communications.

RpAllowed

Check whether user is allowed for enhanced presence. This was deprecated in Lync Server 2010.

DualModeEnabled

Check whether user is both UcEnabledand RccEnabled.

NoAudioVideo

Check whether the user no audio-video enabled. This was introduced in Lync Server 2010.

Remarks

Used as a parameter for the CheckUserOption function.

See also