Defines types of PST objects.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax Public Enumeration PstItemType
Members
| Member name | Value | Description |
---|
| Message | 0 |
The PST object is Message.
|
| Contact | 1 |
The PST object is Contact information.
|
| Rss | 2 |
The PST object is RSS stream.
|
| Task | 3 |
The PST object is Task.
|
| Appointment | 4 |
The PST object is Appointment.
|
| Activity | 5 |
The PST object is Activity.
|
| Other | 6 |
The PST object is of other type (not listed above).
|
| DistList | 7 |
This PST object is Distribution List.
|
See Also