Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic | 
|---|
<ObsoleteAttribute("EwsItemMetadata.IsRead has been deprecated and will be removed. Please use EwsMessageMetadata.IsRead instead.", _ True)> _ Public Property IsRead As Nullable(Of Boolean) Get Set  | 
| C# | 
|---|
[ObsoleteAttribute("EwsItemMetadata.IsRead has been deprecated and will be removed. Please use EwsMessageMetadata.IsRead instead.", true)] public Nullable<bool> IsRead { get; set; }  |