Mailbox.MessageTrackingReadStatusEnabled property

Gets or sets a value that indicates whether detailed message tracking is enabled for the mailbox.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property MessageTrackingReadStatusEnabled As Boolean
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As Boolean

value = instance.MessageTrackingReadStatusEnabled

instance.MessageTrackingReadStatusEnabled = value
public bool MessageTrackingReadStatusEnabled { get; set; }

Property value

Type: System.Boolean
true if detailed message tracking is enabled; otherwise, false.

Remarks

If the MessageTrackingReadStatusEnabled property is set to false, detailed message tracking information isn't provided for this mailbox and only the time that the message was delivered to the mailbox is available.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace