Share via


AddressItem.DisplayName property

The DisplayName property gets or sets the display name for the recipient or group of recipients represented by this AddressItem object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property DisplayName As String
    Get
    Set
'Usage
Dim instance As AddressItem
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }

Property value

Type: System.String
The DisplayName property returns the display name for this AddressItem object

See also

Reference

AddressItem class

AddressItem members

Microsoft.Exchange.Data.Mime namespace