Class ListHistoryResponse
public class ListHistoryResponse : IDirectResponseSchema
- Inheritance
-
ListHistoryResponse
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ListHistoryResponse()
public ListHistoryResponse()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
History
List of history records. Any messages
contained in the response will typically only have id
and
threadId
fields populated.
public virtual IList<History> History { get; set; }
Property Value
HistoryId
The ID of the mailbox's current history record.
public virtual ulong? HistoryId { get; set; }
Property Value
NextPageToken
Page token to retrieve the next page of results in the list.
public virtual string NextPageToken { get; set; }