RuleActionsType.MarkAsRead Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MarkAsRead As Boolean
Get
Set
'Usage
Dim instance As RuleActionsType
Dim value As Boolean
value = instance.MarkAsRead
instance.MarkAsRead = value
public bool MarkAsRead { get; set; }
Property Value
Type: System.Boolean