JAMS Developer Guide
Header Property


MVPSI.JAMS.Activities Namespace > ProcessEmails Class : Header Property
The email that is currently being processed.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The email that is currently being processed.")>
<System.ComponentModel.CategoryAttribute("Out Arguments")>
Public Property Header As System.Activities.OutArgument(Of JAMSMailMessageInfo)
'Usage
 
Dim instance As ProcessEmails
Dim value As System.Activities.OutArgument(Of JAMSMailMessageInfo)
 
instance.Header = value
 
value = instance.Header
[System.ComponentModel.Description("The email that is currently being processed.")]
[System.ComponentModel.Category("Out Arguments")]
public System.Activities.OutArgument<JAMSMailMessageInfo> Header {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

ProcessEmails Class
ProcessEmails Members