UserOption
Applies to: Lync 2013 | Lync Server 2013
UserOption
The UserOption enumeration values indicate a user option.
Syntax
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 UcEnabled and 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.