JAMS Developer Guide
MessageHeader Property (GetMailMessage)


MVPSI.JAMS.Activities Namespace > GetMailMessage Class : MessageHeader Property
The mail header (JAMSMailMessageInfo) for which to return the full message.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Email Message")>
<System.ComponentModel.DescriptionAttribute("The mail header (JAMSMailMessageInfo) for which to return the full message.")>
<System.Activities.RequiredArgumentAttribute()>
Public Property MessageHeader As System.Activities.InArgument(Of JAMSMailMessageInfo)
'Usage
 
Dim instance As GetMailMessage
Dim value As System.Activities.InArgument(Of JAMSMailMessageInfo)
 
instance.MessageHeader = value
 
value = instance.MessageHeader
[System.ComponentModel.Category("Email Message")]
[System.ComponentModel.Description("The mail header (JAMSMailMessageInfo) for which to return the full message.")]
[System.Activities.RequiredArgument()]
public System.Activities.InArgument<JAMSMailMessageInfo> MessageHeader {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

GetMailMessage Class
GetMailMessage Members