PstActivityPstID Property
Gets the PST ID of this item.

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

Property Value

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