MailEnabledRecipient.Alias Property
Gets or sets the alias of the recipient.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property Alias As String
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As String
value = instance.Alias
instance.Alias = value
[ParameterAttribute(Mandatory = false)]
public string Alias { get; set; }
Property Value
Type: System.String
The alias of the recipient.
Remarks
The alias can be a combination of characters separated by a period with no intervening spaces. You should not use special characters in the alias.