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

    Show / Hide Table of Contents

    ExchangeMessageInfo Class

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

    Provides information about an Exchange mail message.

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

    Properties

    ChangeKey

    Gets the change key that identifies a 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 a version of an item.

    ExchangeMessageId

    Gets the exchange message identifier.

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

    The exchange message identifier.

    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 message was read, false otherwise.

    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.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.