Share via


MailEnabledRecipient.CustomAttribute14 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 CustomAttribute14 As String
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As String

value = instance.CustomAttribute14

instance.CustomAttribute14 = value
[ParameterAttribute(Mandatory = false)]
public string CustomAttribute14 { 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.