Gets the suggested display name of this attachment.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0

Syntax

C#
public string DisplayName { get; }
Visual Basic (Declaration)
Public ReadOnly Property DisplayName As String
Visual C++
public:
property String^ DisplayName {
	String^ get ();
}

Field Value

A suggested display name.

See Also