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