Enumerates the error that a Lync Control
experienced in Initialization.
Namespace:
Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)
Syntax
C# |
---|
public enum LyncControlInitializationError |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 |
None.
|
|
LyncRunningUnderSuppression | 1 |
Lync is running under UISupression mode.
|
|
LyncIsNotRunning | 2 |
Lync is not running.
|
|
Unknown | 3 |
Unknown.
|