JAMS Developer Guide
Unread Property (ForEachMailMessage)


MVPSI.JAMS.Activities Namespace > ForEachMailMessage Class : Unread Property
Specifies if only Unread mail headers should be returned?
Syntax
'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 ForEachMailMessage
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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ForEachMailMessage Class
ForEachMailMessage Members