'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;}