MailEnabledRecipient.CustomAttribute6 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 CustomAttribute6 As String
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As String
value = instance.CustomAttribute6
instance.CustomAttribute6 = value
[ParameterAttribute(Mandatory = false)]
public string CustomAttribute6 { 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.