PowerTCP Mail for .NET
Directory Property




Designates the location to temporarily store decoded file attachments.
Syntax
Public Shared Property Directory As String
Dim value As String
 
Attachment.Directory = value
 
value = Attachment.Directory
public static string Directory {get; set;}
public: __property static string* get_Directory();
public: __property static void set_Directory( 
   string* value
);
public:
static property String^ Directory {
   String^ get();
   void set (    String^ value);
}
Remarks
This property defaults to an "Attachments" subfolder in the application's working directory. In addition to deleting decoded attachment files, Imap.Dispose() and Pop.Dispose() will also delete the directory specified by this property.
See Also

Reference

Attachment Class
Attachment Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic