MailAddressDisplayName Property |
Gets or sets a display name.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string DisplayName { get; set; }
Public Property DisplayName As String
Get
Set
public:
virtual property String^ DisplayName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DisplayName : string with get, set
override DisplayName : string with get, set
Property Value
Type:
StringA String that contains the display name.
Implements
IMailAddressDisplayName
See Also