JAMS Developer Guide
AttachmentName Property (ForEachAttachment)


MVPSI.JAMS.Activities Namespace > ForEachAttachment Class : AttachmentName Property
The name of the Attachment to download (Optional). If not specified, all attachments will be downloaded from matching messages.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Email Message")>
<System.ComponentModel.DescriptionAttribute("The name of the Attachment to download (Optional).")>
Public Property AttachmentName As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As ForEachAttachment
Dim value As System.Activities.InArgument(Of String)
 
instance.AttachmentName = value
 
value = instance.AttachmentName
[System.ComponentModel.Category("Email Message")]
[System.ComponentModel.Description("The name of the Attachment to download (Optional).")]
public System.Activities.InArgument<string> AttachmentName {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

ForEachAttachment Class
ForEachAttachment Members