'Declaration
<System.ComponentModel.CategoryAttribute("Email Message")> <System.ComponentModel.DescriptionAttribute("Specifies if only Unread mail headers should be returned?")> Public Property Unread As System.Boolean
'Usage
Dim instance As ForEachAttachment Dim value As System.Boolean instance.Unread = value value = instance.Unread
[System.ComponentModel.Category("Email Message")] [System.ComponentModel.Description("Specifies if only Unread mail headers should be returned?")] public System.bool Unread {get; set;}