Share via


ConversationStateEnum Enumeration

Indicates the status of a conversation.

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
Public Enumeration ConversationStateEnum
'Usage
Dim instance As ConversationStateEnum
public enum ConversationStateEnum

Members

Member name Description
None The conversation has not begun.
IncomingCall The conversation has an incoming message.
IncomingConference The conversation has an incoming message for more than two participants.
Connecting The conversation has been initiated or an invitation has been accepted, but the invitation has not been acknowledged by all participants.
InLobby The conversation is a meeting, the participant has been connected but not yet been made part of the conversation.
Connected The conversation in established, but there are no incoming messages.
Terminating The conversation is in the process of ending, and any incoming messages should be ignored.
Terminated The conversation has been ended.