PstFolder Class
Represents a folder of .PST database folder tree.
Inheritance Hierarchy
SystemObject
  MailBee.OutlookPstFolder

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public class PstFolder

The PstFolder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPstSubFolders(Boolean)
Gets the list of sub-folders of the given folder.
Public methodGetPstSubFolders(Boolean, String)
Gets the list of sub-folders of the given folder with specified delimiter which is used as a hierarchy delimiter of separate levels of folder names.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyItems
Gets the collection of all items in this folder which are not sub-folders.
Public propertyName
Gets the full name of the folder including parent folder names if any.
Public propertyPstID
Gets the PST ID of this folder.
Public propertySafeName
Gets the safe full name (which can be created on the file system) of the folder including parent folder names if any.
Public propertySafeShortName
Gets the safe short name (which can be created on the file system) (without parent folder names if any) of the folder.
Public propertyShortName
Gets the short name (without parent folder names if any) of the folder.
Top
Remarks
Use PstReader class to parse .PST files and extract data from them.
See Also