AddressList.Name property
Gets or sets the name of the address list.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As AddressList
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property value
Type: System.String
The name of the address list.
Remarks
The name of the address list cannot exceed 64 characters and cannot include a carriage return or a backslash (\).