Share via


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

value = instance.CustomAttribute15

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