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; }

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also