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