PstFolderPstID Property
Gets the PST ID of this folder.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int PstID { get; }

Property Value

Type: Int32
The integer value which uniquely identifies this folder in the .PST file.
Remarks
You can use GetFolderByID(Int32) method to directly access this item via ID.
See Also