Automation members

Automates starting a new conversation and showing the resulting conversation window.

The Automation type exposes the following members.

Methods

  Name Description
Public method BeginMeetNow(AsyncCallback, Object) Launches a Lync Meet Now conversation window using the specified modalities. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument.
Public method BeginMeetNow(IntPtr, AsyncCallback, Object) Launches a Lync Meet Now conversation window using the specified modalities. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument.
Public method BeginStartConversation(String, Int64, AsyncCallback, Object)
Public method BeginStartConversation(AutomationModalities, IEnumerable<String>, IEnumerable<KeyValuePair<AutomationModalitySettings, Object>>, AsyncCallback, Object) Launches a Lync conversation window and invites specified participants using the specified modalities and optional conversation context data. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndMeetNow Ends the MeetNow operation, unblocks program execution on the calling thread, and returns a new conversation window.
Public method EndStartConversation Ends the start conversation operation, unblocks program execution on the calling thread, and returns a new conversation window.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetConversationWindow Find or create a ConversationWindow for a given conversation.
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method LaunchAddContactWizard Deprecated : Do not use this method.
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

Automation class

Microsoft.Lync.Model.Extensibility namespace