JAMS Developer Guide
Attachments Property (SendEmail)


MVPSI.JAMS.Activities Namespace > SendEmail Class : Attachments Property
Allows for an email attachment.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Email Message")>
<System.ComponentModel.DescriptionAttribute("A single file path (string) or a collection of file paths (Collection<string>) to attach to the email message.")>
Public Property Attachments As System.Activities.InArgument(Of Object)
'Usage
 
Dim instance As SendEmail
Dim value As System.Activities.InArgument(Of Object)
 
instance.Attachments = value
 
value = instance.Attachments
[System.ComponentModel.Category("Email Message")]
[System.ComponentModel.Description("A single file path (string) or a collection of file paths (Collection<string>) to attach to the email message.")]
public System.Activities.InArgument<object> Attachments {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

SendEmail Class
SendEmail Members