Specifies constants indicating which directory contact property
is the primary number.
Namespace: ININ.IceLib.DirectoriesAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | No primary number designation specified. | |
BusinessPhone | 1 | The contact entry property BusinessPhone is the primary number. | |
BusinessPhone2 | 2 | The contact entry property BusinessPhone2 is the primary number. | |
HomePhone | 3 | The contact entry property HomePhone is the primary number. | |
HomePhone2 | 4 | The contact entry property HomePhone2 is the primary number. | |
MobilePhone | 5 | The contact entry property MobilePhone is the primary number. | |
Fax | 6 | The contact entry property Fax is the primary number. | |
Pager | 7 | The contact entry property Pager is the primary number. | |
AssistantPhone | 8 | The contact entry property AssistantPhone is the primary number. | |
Extension | 9 | The 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.
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.