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

    Show / Hide Table of Contents

    ImapMessageFlags Class

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

    Represents the collection of IMAP message flags.

    • C#
    • VB.NET
    public static class ImapMessageFlags
    Public Module ImapMessageFlags
    Inheritance:
    System.Object
    ImapMessageFlags

    Fields

    Answered

    The answered message flag.

    • C#
    • VB.NET
    public static readonly string Answered
    Public Shared ReadOnly Answered As String
    Field Value
    System.String

    Deleted

    The deleted message flag.

    • C#
    • VB.NET
    public static readonly string Deleted
    Public Shared ReadOnly Deleted As String
    Field Value
    System.String

    Draft

    The draft message flag.

    • C#
    • VB.NET
    public static readonly string Draft
    Public Shared ReadOnly Draft As String
    Field Value
    System.String

    Flagged

    The flagged or starred message flag.

    • C#
    • VB.NET
    public static readonly string Flagged
    Public Shared ReadOnly Flagged As String
    Field Value
    System.String

    Forwarded

    The forwarded message flag.

    • C#
    • VB.NET
    public static readonly string Forwarded
    Public Shared ReadOnly Forwarded As String
    Field Value
    System.String

    MdnSent

    The MDN sent message flag.

    • C#
    • VB.NET
    public static readonly string MdnSent
    Public Shared ReadOnly MdnSent As String
    Field Value
    System.String

    NonJunk

    The non-junk message flag.

    • C#
    • VB.NET
    public static readonly string NonJunk
    Public Shared ReadOnly NonJunk As String
    Field Value
    System.String

    Recent

    The recent message flag.

    • C#
    • VB.NET
    public static readonly string Recent
    Public Shared ReadOnly Recent As String
    Field Value
    System.String

    Seen

    The seen message flag.

    • C#
    • VB.NET
    public static readonly string Seen
    Public Shared ReadOnly Seen As String
    Field Value
    System.String
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.