_lyncClient = Microsoft.Lync.Model.LyncClient.GetClient();
MessageBox.Show(“Microsoft Lync is not running on your machine.”, “Error Message”, MessageBoxButton.OK, MessageBoxImage.Error); Close();
if (result.IsCompleted) { _lyncClient.EndSignIn(result); LogEvent(“SignInCallback”, “Signing in to Lync”); InitializeClient(); // Setup application logic } else { LogEvent(“SignInCallback”, “Count not sign in to Lync”); }
_lyncClient.EndSignIn(result); LogEvent(“SignInCallback”, “Signing in to Lync”); InitializeClient(); // Setup application logic
LogEvent(“SignInCallback”, “Count not sign in to Lync”);
_lyncClient.BeginSignIn( “m.sakr@egyptnetwork.com”, “go\\m.sakr”, “pass@word1”, ...
Yagmoth555 edited Revision 6. Comment: Hi, excellent article !, adding language tag and fixing title casing
Fernando Lugão Veltem edited Revision 2. Comment: alter tags and added to Lync Server survival guide