ConversationIndex Class
Represents an email's conversation index, containing the delivery time for the messages in this conversation's thread.
- Inheritance:
- System.ObjectConversationIndex
Properties
FileTime
Time of delivery of the initial message, in UTC.
Property Value
- System.DateTime
MessageId
ID registered in the conversation index for the first message in the thread.
Property Value
- System.Guid
ResponseDateTimes
List of response levels for this message. Each response level represents the delivery time of a reply in this message thread, in UTC.
public IEnumerable<DateTime> ResponseDateTimes { get; }
Public ReadOnly Property ResponseDateTimes As IEnumerable(Of Date)
Property Value
- System.Collections.Generic.IEnumerable<System.DateTime>
Methods
ToString()
Returns the conversation index's raw hexadecimal string.
Returns
- System.String
Overrides
System.Object.ToString()