Specifies constants indicating which directory contact property is the primary number.

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

Syntax

C#
public enum ContactPrimaryNumberDesignation
Visual Basic
Public Enumeration ContactPrimaryNumberDesignation

Members

Member nameValueDescription
None0No primary number designation specified.
BusinessPhone1The contact entry property BusinessPhone is the primary number.
BusinessPhone22The contact entry property BusinessPhone2 is the primary number.
HomePhone3The contact entry property HomePhone is the primary number.
HomePhone24The contact entry property HomePhone2 is the primary number.
MobilePhone5The contact entry property MobilePhone is the primary number.
Fax6The contact entry property Fax is the primary number.
Pager7The contact entry property Pager is the primary number.
AssistantPhone8The contact entry property AssistantPhone is the primary number.
Extension9The contact entry property Extension is the primary number.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also