Gets the suggested display name of this attachment.
Namespace:
Rebex.MailAssembly: 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 (); } |