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
Public Property Alias As String
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As String

value = instance.Alias

instance.Alias = value
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.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace