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

    Show / Hide Table of Contents

    ImapFolderInfo Class

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

    Provides information about an IMAP folder

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

    Properties

    Delimiter

    Gets the folder name delimiter.

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

    System.String value representing folder name delimiter.

    Flags

    Gets the folder flags.

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

    Read-only collection of ImapFolderFlag values.

    Name

    Gets the folder name.

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

    System.String value representing folder name.

    Methods

    ToString()

    Returns a System.String that represents this instance.

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

    A System.String that represents this instance.

    Overrides
    System.Object.ToString()
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.