Class Thread
A collection of messages representing a conversation.
public class Thread : IDirectResponseSchema
- Inheritance
-
Thread
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Thread()
public Thread()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
HistoryId
The ID of the last history record that modified this thread.
public virtual ulong? HistoryId { get; set; }
Property Value
Id
The unique ID of the thread.
public virtual string Id { get; set; }
Property Value
Messages
The list of messages in the thread.
public virtual IList<Message> Messages { get; set; }
Property Value
Snippet
A short part of the message text.
public virtual string Snippet { get; set; }