MessageType.ConversationTopic Property

The ConversationTopic property gets or sets the conversation identifier. This property is optional. This is a read/write property.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ConversationTopic As String
    Get
    Set
'Usage
Dim instance As MessageType
Dim value As String

value = instance.ConversationTopic

instance.ConversationTopic = value
public string ConversationTopic { get; set; }

Property Value

Type: System.String
The ConversationTopic property returns a string that represents the conversation identifier.