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;} |
Managed Extensions for C++ | |
---|
public: __property string* get_Directory();
public: __property void set_Directory(
string* value
); |
Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also