PstItemPstType Property
Gets the PST type of this object.

Namespace: MailBee.Outlook
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public virtual PstItemType PstType { get; }

Property Value

Type: PstItemType
Returns Other if this item is exactly an object of PstItem class. If this item is an object of a class derived from PstItem, the return value is PstItemType value which corresponds to that class.
See Also