SendAddress.DisplayName property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property DisplayName As String
Get
Private Set
'Usage
Dim instance As SendAddress
Dim value As String
value = instance.DisplayName
public string DisplayName { get; private set; }
Property value
Type: System.String