InboxRule.MarkAsRead Property

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<ParameterAttribute> _
Public Property MarkAsRead As Boolean
    Get
    Set
'Usage
Dim instance As InboxRule
Dim value As Boolean

value = instance.MarkAsRead

instance.MarkAsRead = value
[ParameterAttribute]
public bool MarkAsRead { get; set; }

Property Value

Type: System.Boolean