LyncControlInitializationError Enumeration
Enumerates the error that a Lync Control experienced in Initialization.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
public enum LyncControlInitializationError
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 |
None.
|
|
LyncRunningUnderSuppression | 1 |
Lync is running under UISupression mode.
|
|
SiteNotTrusted | 2 |
The website is not trusted.
|
|
OutOfBrowserNotSupported | 3 |
Out of browswer applications are not supported.
|
|
UnsupportedBrowser | 4 |
The current web browser is not supported.
|
|
LyncIsNotRunning | 5 |
Lync is not running.
|
|
Unknown | 6 |
Unknown.
|