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
<ParameterAttribute(Mandatory := False)> _
Public Property MessageTrackingReadStatusEnabled As Boolean
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.MessageTrackingReadStatusEnabled
instance.MessageTrackingReadStatusEnabled = value
[ParameterAttribute(Mandatory = false)]
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