Class ConversationNode
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the response to a GetConversationItems operation.
public sealed class ConversationNode : ComplexProperty
- Inheritance
-
ConversationNode
- Inherited Members
Properties
InternetMessageId
Gets or sets the Internet message id of the node.
public string InternetMessageId { get; set; }
Property Value
Items
Gets or sets the items.
public List<Item> Items { get; set; }
Property Value
ParentInternetMessageId
Gets or sets the Internet message id of the parent node.
public string ParentInternetMessageId { get; set; }