OlTrackingStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the most recent tracking status change for the recipient.
public enum class OlTrackingStatus
public enum OlTrackingStatus
Public Enum OlTrackingStatus
- Inheritance
-
OlTrackingStatus
Fields
Name | Value | Description |
---|---|---|
olTrackingNone | 0 | No tracking information is available for the recipient. |
olTrackingDelivered | 1 | The item has been delivered to the recipient. |
olTrackingNotDelivered | 2 | The item has not been delivered to the recipient. |
olTrackingNotRead | 3 | The item has not 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. |
olTrackingRead | 6 | The item has been read by the recipient. |
olTrackingReplied | 7 | The recipient replied to the item. |
Remarks
Used by the TrackingStatus property.