JournalRuleObject.Recipient Property

Namespace:  Microsoft.Exchange.MessagingPolicies.Journaling
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property Recipient As Nullable(Of SmtpAddress)
    Get
    Set
'Usage
Dim instance As JournalRuleObject
Dim value As Nullable(Of SmtpAddress)

value = instance.Recipient

instance.Recipient = value
public Nullable<SmtpAddress> Recipient { get; set; }

Property Value

Type: System.Nullable<SmtpAddress>