TrackingStatus Property

See Also                  Applies To

Returns or sets the tracking status for the recipient. Can be one of the following OlTrackingStatus constants: olTrackingDelivered(1), olTrackingNone(0), olTrackingNotDelivered(2), olTrackingNotRead(3), olTrackingRead(6), olTrackingRecallFailure(4), olTrackingRecallSuccess(5), or olTrackingReplied(7).

Read/write Long.

Syntax

objRecipient.TrackingStatus

objRecipient     Required. An expression that returns a Recipient object.