Used to identify the source(s) for a contact entry.
Namespace: ININ.IceLib.DirectoriesAssembly: ININ.IceLib.Directories (in ININ.IceLib.Directories.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
[FlagsAttribute] public enum ContactSource |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration ContactSource |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Identifies a contact that was pulled from an unknown source. | |
IC | 1 | Identifies contacts that are pulled from the IC Server. | |
Lync | 2 | Identifies contacts that are pulled from Lync. This is considered an external source and identifies that additional contact information maybe be available from ExternalContactEntries for the related ContactEntry. | |
SameTime | 4 | Identifies contacts that are pulled from SameTime. This is considered an external source and identifies that additional contact information maybe be available from ExternalContactEntries for the related ContactEntry. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.