Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.18 KB

Outlook.OlTrackingStatus.md

File metadata and controls

35 lines (26 loc) · 1.18 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlTrackingStatus enumeration (Outlook)
vbaol11.chm3088
vbaol11.chm3088
Outlook.OlTrackingStatus
a2253862-b1a1-6d99-81ad-1984ba615919
06/08/2017
medium

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).

[!includeSupport and feedback]