ItemType.InReplyTo Property

The InReplyTo property gets or sets a string value that contains the identifier of the item to which this item is a reply.

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

Syntax

'Declaration
Public Property InReplyTo As String
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As String

value = instance.InReplyTo

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

Property Value

Type: System.String
The InReplyTo property returns a string value that contains the identifier of the item to which this item is a reply.