Suggested filename ('name' parameter). May be null. Consider using SafeFileName as it is guaranteed to contain valid file name.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
string Name { get; set; }
Visual Basic
Property Name As String
	Get
	Set
Visual C++
property String^ Name {
	String^ get ();
	void set (String^ value);
}

Remarks

It is important that you should not blindly use the suggested filename. The suggested filename SHOULD be checked (and possibly changed) to see that it conforms to local file system conventions, does not overwrite an existing file, and does not present a security problem.

See Also