RecipientTrackingEvent.RecipientAddress Property
Namespace: Microsoft.Exchange.Management.Tracking
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property RecipientAddress As SmtpAddress
Get
Friend Set
'Usage
Dim instance As RecipientTrackingEvent
Dim value As SmtpAddress
value = instance.RecipientAddress
public SmtpAddress RecipientAddress { get; internal set; }