MVPSI.JAMS.Activities Namespace > GetMailHeaderList Class : HeaderList Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Results")> <System.ComponentModel.DescriptionAttribute("Collection of matching mail headers")> Public Property HeaderList As System.Activities.OutArgument(Of List(Of JAMSMailMessageInfo))
'Usage
Dim instance As GetMailHeaderList Dim value As System.Activities.OutArgument(Of List(Of JAMSMailMessageInfo)) instance.HeaderList = value value = instance.HeaderList
[System.ComponentModel.Category("Results")] [System.ComponentModel.Description("Collection of matching mail headers")] public System.Activities.OutArgument<List<JAMSMailMessageInfo>> HeaderList {get; set;}
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