This topic has not yet been rated - Rate this topic

InstantMessagingFlow members

Lync 2013

Represents the media in and InstantMessagingCall.

The InstantMessagingFlow type exposes the following members.

  NameDescription
Public property Call Gets the InstantMessagingCall associated with this flow. Can be null if the call type is not InstantMessagingCall.
Public property ComposingTimeoutValue Gets or sets the value (in seconds) for the composing timeout.
Public property LocalComposingState Gets or sets the local composing state.
Public property MessageConsumptionMode Gets the message consumption mode for this flow as configured in the flow settings.
Public property SignalingContext Gets the value of associated SignalingContext for the flow. (Inherited from MediaFlow.)
Public property State Gets the MediaFlowState for the flow. (Inherited from MediaFlow.)
Public property SupportedRemoteMediaCapabilities Gets the instant messaging media capabilities supported by all the remote participants.
Top
  NameDescription
Public method BeginSendFailureDeliveryNotification Begins an asynchronous operation to report that a message was not delivered to its final destination.
Public method BeginSendInstantMessage(String, AsyncCallback, Object) Send a text message in the conversation.
Public method BeginSendInstantMessage(ContentType, [], AsyncCallback, Object) Send an instant message in the conversation.
Public method BeginSendSuccessDeliveryNotification Begins an asynchronous operation to report that a message was successfully delivered to its final destination.
Public method EndSendFailureDeliveryNotification Gets the results of sending a delivery notification.
Public method EndSendInstantMessage Gets the results of the SendInstantMessage operation.
Public method EndSendSuccessDeliveryNotification Gets the results of sending a delivery notification.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Optionally overwrites settings of the flow.
Protected method MakeCallback Invokes a specified call using the application's queue for the events. (Inherited from MediaFlow.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method RaiseEvent<TEventArg> Raises a generic event with a specific event argument type. (Inherited from MediaFlow.)
Public method ToString (Inherited from Object.)
Protected method TryUpdateFlowState Updates the MediaFlow's state. (Inherited from MediaFlow.)
Top
  NameDescription
Public event DeliveryNotificationReceived Raised when a message delivery notification is received.
Public event MessageReceived Raised when a message is received.
Public event PropertiesChanged Raised when instant messaging flow properties changes.
Public event RemoteComposingStateChanged Raised when the composing state for a remote participant changes.
Public event StateChanged Raised when the state of MediaFlow has changed. (Inherited from MediaFlow.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.