Share via


MailEnabledRecipient.CustomAttribute9 Property

Gets or sets a custom attribute 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 CustomAttribute9 As String
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As String

value = instance.CustomAttribute9

instance.CustomAttribute9 = value
[ParameterAttribute(Mandatory = false)]
public string CustomAttribute9 { get; set; }

Property Value

Type: System.String
A custom attribute of the recipient.

Remarks

The custom attribute properties can be used to store additional information about the recipient.