Recipient.TrackingStatusTime Property

Returns or sets a DateTime indicating the tracking status date and time for the recipient. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property TrackingStatusTime As DateTime
    Get
    Set
'Usage
Dim instance As Recipient
Dim value As DateTime

value = instance.TrackingStatusTime

instance.TrackingStatusTime = value
[DispIdAttribute()]
DateTime TrackingStatusTime { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

Recipient Interface

Recipient Members

Microsoft.Office.Interop.Outlook Namespace