AggregationSubscriptionIdParameter.EmailAddress Property
Gets or sets the e-mail address associated with the subscription.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property EmailAddress As SmtpAddress
Get
Set
'Usage
Dim instance As AggregationSubscriptionIdParameter
Dim value As SmtpAddress
value = instance.EmailAddress
instance.EmailAddress = value
public SmtpAddress EmailAddress { get; set; }
Property Value
Type: Microsoft.Exchange.Data.SmtpAddress
The SMTP e-mail address associated with the subscription.