PstItemType Enumeration
Defines types of PST objects.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum PstItemType
Members
  Member nameValueDescription
Message0 The PST object is Message.
Contact1 The PST object is Contact information.
Rss2 The PST object is RSS stream.
Task3 The PST object is Task.
Appointment4 The PST object is Appointment.
Activity5 The PST object is Activity.
Other6 The PST object is of other type (not listed above).
DistList7 This PST object is Distribution List.
See Also