DotNetOpenMail 0.5.7 (beta)

AbstractEmailAttachment._filename Field

The file name to identify the content. (This can be different from the actual file name, if there was one.)

[Visual Basic]
Protected _filename As String
[C#]
protected string _filename;
[C++]
protected: String* _filename;
[JScript]
protected var _filename: String;

See Also

AbstractEmailAttachment Class | DotNetOpenMail Namespace