PstItemPstID Property
Gets the PST ID of this item.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.6.0 build 690 for .NET 4.5
Syntax
public virtual 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.

Sometimes you may need to find the match between the item's PST ID and its EntryID (if you know it from some other source). You can use GetPstIDFromEntryID(String) helper method for that.

See Also