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