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

    Show / Hide Table of Contents

    GraphMessageInfo Class

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

    Provides information about a Graph mail message.

    • C#
    • VB.NET
    public class GraphMessageInfo
    Public Class GraphMessageInfo
    Inheritance:
    System.Object
    GraphMessageInfo

    Properties

    ChangeKey

    Gets the change key that identifies the version of an item.

    • C#
    • VB.NET
    public string ChangeKey { get; }
    Public ReadOnly Property ChangeKey As String
    Property Value
    System.String

    The change key that identifies the version of an item.

    From

    Gets the 'From' address.

    • C#
    • VB.NET
    public MailAddress From { get; }
    Public ReadOnly Property From As MailAddress
    Property Value
    MailAddress

    The 'From' address.

    HasAttachments

    Gets a value that specifies whether a message has attachments.

    • C#
    • VB.NET
    public bool HasAttachments { get; }
    Public ReadOnly Property HasAttachments As Boolean
    Property Value
    System.Boolean

    True if message has attachments, false otherwise.

    IsRead

    Gets a value that specifies if a message was read.

    • C#
    • VB.NET
    public bool IsRead { get; }
    Public ReadOnly Property IsRead As Boolean
    Property Value
    System.Boolean

    True if the message was read, false otherwise.

    MessageId

    Gets the message identifier.

    • C#
    • VB.NET
    public string MessageId { get; }
    Public ReadOnly Property MessageId As String
    Property Value
    System.String

    The message identifier.

    ReceivedDateTime

    Gets the date and time (in UTC) when the message was received

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

    The date and time (in UTC) when the message was received

    Size

    Gets the size of the message.

    • C#
    • VB.NET
    public int Size { get; }
    Public ReadOnly Property Size As Integer
    Property Value
    System.Int32

    The size of the message.

    Subject

    Gets the subject of the message.

    • C#
    • VB.NET
    public string Subject { get; }
    Public ReadOnly Property Subject As String
    Property Value
    System.String

    The subject of the message.

    Methods

    ToString()

    Returns a System.String that represents this GraphFolderInfo instance.

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

    A System.String that represents this GraphFolderInfo instance.

    Overrides
    System.Object.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (the format of its return value might change in future versions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.