PstFolderPstID Property
Gets the PST ID of this folder.

Namespace: MailBee.Outlook
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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