Gets or sets the full path name of the directory in which to save the extracted file.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Directory As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ExtractMessageCommand
Dim value As String
instance.Directory = value
value = instance.Directory |
C# | |
---|
public string Directory {get; set;} |
Property Value
Full path name of the directory in which to save the extracted file. If the extracted message is a file this property is used to specify the path for saving the extracted file. To save the extracted file using the original path, set this property to null. If the extracted message is text this property has no effect.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also