PowerTCP Mail for .NET
FileName Property (ContentDisposition)




Get or set the decoded FileName.
Syntax
Public Shadows Property FileName As String
Dim instance As ContentDisposition
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
public new string FileName {get; set;}
public: __property new string* get_FileName();
public: __property new void set_FileName( 
   string* value
);
public:
new property String^ FileName {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ContentDisposition Class
ContentDisposition Members


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