Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the error that a Lync Control experienced in Initialization.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Enumeration LyncControlInitializationError
'Usage
Dim instance As LyncControlInitializationError
public enum LyncControlInitializationError
Members
| Member name | Description | |
|---|---|---|
| None | None. | |
| LyncRunningUnderSuppression | Lync is running under UISupression mode. | |
| SiteNotTrusted | The website is not trusted. | |
| OutOfBrowserNotSupported | Out of browswer applications are not supported. | |
| UnsupportedBrowser | The current web browser is not supported. | |
| LyncIsNotRunning | Lync is not running. | |
| Unknown | Unknown. |