MimeAddressReader.DisplayName property
The DisplayName property gets the display name of the address header read by this MimeAddressReader object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As MimeAddressReader
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
Property value
Type: System.String