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