AggregationSubscriptionIdParameter.EmailAddress property
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
See also
Reference
AggregationSubscriptionIdParameter class