OlTrackingStatus enumeration (Outlook)
Indicates the most recent tracking status change for the recipient.
Name | Value | Description |
---|---|---|
olTrackingDelivered | 1 | The item has been delivered to the recipient. |
olTrackingNone | 0 | No tracking information is available for the recipient. |
olTrackingNotDelivered | 2 | The item has not been delivered to the recipient. |
olTrackingNotRead | 3 | The item has not been read by the recipient. |
olTrackingRead | 6 | The item has been read by the recipient. |
olTrackingRecallFailure | 4 | The sender of the item attempted to recall the item but was unsuccessful. |
olTrackingRecallSuccess | 5 | The sender of the item recalled the item. |
olTrackingReplied | 7 | The recipient replied to the item. |
Remarks
Used by the Recipient.TrackingStatus property (Outlook).
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.