The Automationtype exposes the following members.

Methods

  Name Description
Public method BeginStartConversation(String, Int32, AsyncCallback, Object)
Starts a conversation with the given modalities and participants. ConversationWindow representing the conversation window of the started conversation is obtained from asynchronous callback.
Public method BeginStartConversation(AutomationModalities, IEnumerable < (Of < <' ( String > ) > > ) , IEnumerable < (Of < <' ( KeyValuePair < (Of < <' ( 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 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
Finds a ConversationWindow for a given conversation. If not found, a new instance of ConversationWindow will be created.
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
Launches add contact user dialog.
Protected method MemberwiseClone () () () () (Inherited from Object Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method ToString (Inherited from Object.)

See Also