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

    Show / Hide Table of Contents

    GraphFolderInfo Class

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

    Provides information about a folder.

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

    Properties

    ChildFolderCount

    Gets the number of child folders that are contained within a folder.

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

    The number of child folders that are contained within a folder.

    FolderId

    Gets the folder identifier.

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

    The folder identifier.

    IsHidden

    Gets a value that specifies if a folder is hidden.

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

    True if the folder is hidden, false otherwise.

    Name

    Gets the folder display name.

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

    The folder display name.

    ParentFolderId

    Gets the parent folder identifier.

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

    The parent folder identifier.

    TotalCount

    Gets the total count of items within a given folder.

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

    The total count of items within a given folder.

    UnreadCount

    Gets the count of unread items within a given folder.

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

    The count of unread items within a given folder.

    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.