Gets the PST type of this object.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public virtual PstItemType PstType { get; }
Public Overridable ReadOnly Property PstType As PstItemType
Get
Property Value
Type:
PstItemTypeReturns
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