JAMS Developer Guide
DirectoryPath Property


MVPSI.JAMS.Activities Namespace > SaveMessageAttachments Class : DirectoryPath Property
The Directory to save the attachment to.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Email Message")>
<System.ComponentModel.DescriptionAttribute("The Directory to save the attachment to.")>
Public Property DirectoryPath As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As SaveMessageAttachments
Dim value As System.Activities.InArgument(Of String)
 
instance.DirectoryPath = value
 
value = instance.DirectoryPath
[System.ComponentModel.Category("Email Message")]
[System.ComponentModel.Description("The Directory to save the attachment to.")]
public System.Activities.InArgument<string> DirectoryPath {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