Table of Contents

Class Folder

Namespace
Encryptomatic.MailDex.Lib.PST.Messaging
Assembly
MailDex.Lib.dll

Mail folder.

public class Folder : MessagingObject, IPropertyObject
Inheritance
Folder
Implements
Inherited Members

Constructors

Folder()

public Folder()

Properties

HasSubfolders

Folder contains subfolders. PidTagSubfolders

public bool HasSubfolders { get; set; }

Property Value

bool

ItemsCount

Total items count. PidTagContentCount

public int ItemsCount { get; set; }

Property Value

int

Name

Folder display name. PidTagDisplayName

public string Name { get; set; }

Property Value

string

Path

Folder path. Example: "Top of Outlook File Tree/Inbox".

public string Path { get; }

Property Value

string

SubFolders

Subfolders.

public IEnumerable<Folder> SubFolders { get; }

Property Value

IEnumerable<Folder>

TotalItemsCount

Number of items in this folder and its subfolder tree.

public int TotalItemsCount { get; }

Property Value

int

UnreadCount

Unread message count. PidTagContentUnreadCount

public int UnreadCount { get; set; }

Property Value

int

Methods

LoadProperties(IEnumerable<BaseProperty>)

Internal. Do not use.

public override void LoadProperties(IEnumerable<BaseProperty> props)

Parameters

props IEnumerable<BaseProperty>