Indicates the most recent tracking status change for the recipient.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlTrackingStatus
'Usage
Dim instance As OlTrackingStatus
public enum OlTrackingStatus
Members
| Member name | Description | |
|---|---|---|
| olTrackingNone | No tracking information is available for the recipient. | |
| olTrackingDelivered | The item has been delivered to the recipient. | |
| olTrackingNotDelivered | The item has not been delivered to the recipient. | |
| olTrackingNotRead | The item has not been read by the recipient. | |
| olTrackingRecallFailure | The sender of the item attempted to recall the item but was unsuccessful. | |
| olTrackingRecallSuccess | The sender of the item recalled the item. | |
| olTrackingRead | The item has been read by the recipient. | |
| olTrackingReplied | The recipient replied to the item. |
Remarks
Used by the Recipient.TrackingStatus property.