GemBox.Email
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ConversationIndex Class

    Namespace:
    GemBox.Email
    Assembly:
    GemBox.Email.dll

    Represents an email's conversation index, containing the delivery time for the messages in this conversation's thread.

    • C#
    • VB.NET
    public sealed class ConversationIndex
    Public NotInheritable Class ConversationIndex
    Inheritance:
    System.Object
    ConversationIndex

    Properties

    FileTime

    Time of delivery of the initial message, in UTC.

    • C#
    • VB.NET
    public DateTime FileTime { get; }
    Public ReadOnly Property FileTime As Date
    Property Value
    System.DateTime

    MessageId

    ID registered in the conversation index for the first message in the thread.

    • C#
    • VB.NET
    public Guid MessageId { get; }
    Public ReadOnly Property MessageId As Guid
    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.

    • C#
    • VB.NET
    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.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String
    Overrides
    System.Object.ToString()
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.