JAMS Developer Guide
AttachmentName Property (SaveMessageAttachments)


MVPSI.JAMS.Activities Namespace > SaveMessageAttachments Class : AttachmentName Property
The name of the Attachment to download (Optional).
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 SaveMessageAttachments
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

SaveMessageAttachments Class
SaveMessageAttachments Members