The InstantMessageModalitytype exposes the following members.

Methods

  Name Description
Public method Accept
Accepts an invitation to a modality.
(Inherited from Modality.)
Public method BeginConnect
Activates a conversation modality by connecting the modality to its associated local and remote endpoints.
(Inherited from Modality.)
Public method BeginConsultativeTransfer
Transfers a connected modality to an existing conversation.
(Inherited from Modality.)
Public method BeginDisconnect
Disconnects from the modality.
(Inherited from Modality.)
Public method BeginForward(Contact, AsyncCallback, Object)
Forwards an active conversation to a specified contact.
(Inherited from Modality.)
Public method BeginForward(ContactEndpoint, AsyncCallback, Object)
Forwards an active conversation to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints.
(Inherited from Modality.)
Public method BeginHold
Places the modality on hold.
(Inherited from Modality.)
Public method BeginRetrieve
Retrives a held modality.
(Inherited from Modality.)
Public method BeginSendMessage(String, AsyncCallback, Object)
Sends a plain text message to a remote conversation participant.
Public method BeginSendMessage(IDictionary < (Of < <' ( InstantMessageContentType, String > ) > > ) , AsyncCallback, Object)
Sends a text message formatted for specified content type to a remote conversation participant.
Public method BeginSetComposing
Sets the local composing state. The composing flag indicates that the local participant is typing a message.
Public method BeginSetProperty
Sets a property associated with this modality.
(Inherited from Modality.)
Public method BeginTransfer(Contact, TransferOptions, AsyncCallback, Object)
Transfers an active conversation to a specified remote contact.
(Inherited from Modality.)
Public method BeginTransfer(ContactEndpoint, TransferOptions, AsyncCallback, Object)
Transfer an active conversation to a specified remote contact endpoint. You cannot transfer a conversation to another local contact endpoint.
(Inherited from Modality.)
Public method CanInvoke
Returns true if a specific action is available.
(Inherited from Modality.)
Public method CanSetProperty
Returns true if a property can be set on the modality.
(Inherited from Modality.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndConnect
Blocks calling thread until BeginConnect completes.
(Inherited from Modality.)
Public method EndConsultativeTransfer
Blocks calling thread until BeginConsultativeTransfer completes.
(Inherited from Modality.)
Public method EndDisconnect
Blocks calling thread until BeginDisconnect completes.
(Inherited from Modality.)
Public method EndForward
Blocks the calling thread until BeginForward completes.
(Inherited from Modality.)
Public method EndHold
Blocks calling thread until BeginHold completes.
(Inherited from Modality.)
Public method EndRetrieve
Blocks calling thread until BeginRetrieve completes.
(Inherited from Modality.)
Public method EndSendMessage
Ends send message operation and un-blocks program execution on calling thread.
Public method EndSetComposing
Ends the set composing operation.
Public method EndSetProperty
Blocks the calling thread until BeginSetProperty completes.
(Inherited from Modality.)
Public method EndTransfer
Blocks current thread until BeginTransfer completes and returns a list of context properties.
(Inherited from Modality.)
Public method Equals (Inherited from Object.)
Protected method Finalize
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone () () () () (Inherited from Object Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method Reject
Rejects an invitation to share a modality.
(Inherited from Modality.)
Public method SetCapabilities
Sets the instant messaging capabilities that the client supports.
Public method ToString (Inherited from Object.)

See Also