Represents the Lync Option for the LyncOption property.

Namespace: ININ.IceLib.Configuration.DataTypes
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[FlagsAttribute]
public enum LyncOption
Visual Basic
<FlagsAttribute> _
Public Enumeration LyncOption

Members

Member nameValueDescription
None0 Represents no Lync Options.
PublicConnectivity1 Represents that public connectivity is enabled.
RemoteCallControl2 Obsolete. Represents that remote call control is enabled.
OrganizeMeetingWithAnonymousParticipants4 Obsolete. Represents the ability to allow meetings to be organized with anonymous participants.
UnifiedCommunications8 Represents that unified communications is enabled.
EnhancedPresence16 Obsolete. Represents that enhanced presence is enabled.
RemoteCallControlDualMode32 Represents that remote call control is enabled.
AutoAttendantEnabled64 Obsolete. Represents that auto attendant is enabled.

Remarks

RemoteCallControl, OrganizeMeetingWithAnonymousParticipants, EnhancedPresence, and AutoAttendantEnabled are not valid options for LyncOption. Additionally, LyncOption should not be treated as a flags enumeration. When setting the LyncOption property, only one of the valid values should be used: PublicConnectivity, UnifiedCommunications, or RemoteCallControlDualMode. In Interaction Administrator, these values correspond to "IM Only", "Enterprise Voice", and "Remote Call Control" respectively.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

See Also