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

    Show / Hide Table of Contents

    ImapMessageInfo Class

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

    Provides information about an IMAP mail message.

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

    Properties

    Flags

    Gets the message flags.

    • C#
    • VB.NET
    public ReadOnlyCollection<string> Flags { get; }
    Public ReadOnly Property Flags As ReadOnlyCollection(Of String)
    Property Value
    System.Collections.ObjectModel.ReadOnlyCollection<System.String>

    A read-only collection of message flags.

    Number

    Gets the message number.

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

    The message number.

    Size

    Gets the message size in bytes.

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

    The message size in bytes.

    Uid

    Gets the message uid.

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

    The message uid.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.