.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mime Class Summary

Mime::Filename

The filename when the content disposition is "attachment".

  Declarations  
    [Visual Basic]
Public Property Filename As String

[C#]
public string Filename {get; set;}

[C++]
public: __property String* get_Filename();
public: __property void set_Filename(String *);

[JScript]
public function get Filename() : String;
public function set Filename(String);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.