| PstActivityPstFields Property |
Namespace: MailBee.Outlook
The below are PST fields keys for Activity items. Each key represents a particular property of this PST item. Most values are optional so that you need to check if the particular key exists with ContainsKey(Object) method (Hashtable.ContainsKey).
| Name | Type |
|---|---|
| LogType | String |
| LogStart | DateTime |
| LogDuration | Int32 |
| LogEnd | DateTime |
| LogFlags | Int32 |
| DocumentPrinted | Boolean |
| DocumentSaved | Boolean |
| DocumentRouted | Boolean |
| DocumentPosted | Boolean |
| LogTypeDesc | String |
When you get this PST object as MailMessage using GetAsMailMessage method, these fields will be added to the resulting message as "X-Activity-" + PstFieldName headers. Example is "X-Activity-LogType". Each field value will be converted into a string.