JAMS Developer Guide
MailMessage Property (SaveMessageAttachments)


MVPSI.JAMS.Activities Namespace > SaveMessageAttachments Class : MailMessage Property
The mail message that contains the attachment(s) to be saved.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Email Message")>
<System.ComponentModel.DescriptionAttribute("The mail message that contains the attachment(s) to be saved.")>
<System.Activities.RequiredArgumentAttribute()>
Public Property MailMessage As System.Activities.InArgument(Of JAMSMailMessage)
'Usage
 
Dim instance As SaveMessageAttachments
Dim value As System.Activities.InArgument(Of JAMSMailMessage)
 
instance.MailMessage = value
 
value = instance.MailMessage
[System.ComponentModel.Category("Email Message")]
[System.ComponentModel.Description("The mail message that contains the attachment(s) to be saved.")]
[System.Activities.RequiredArgument()]
public System.Activities.InArgument<JAMSMailMessage> MailMessage {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

SaveMessageAttachments Class
SaveMessageAttachments Members