ReducedRecipient.PrimarySmtpAddress property
Gets the primary SMTP address of the recipient.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property PrimarySmtpAddress As SmtpAddress
Get
'Usage
Dim instance As ReducedRecipient
Dim value As SmtpAddress
value = instance.PrimarySmtpAddress
public SmtpAddress PrimarySmtpAddress { get; }
Property value
Type: Microsoft.Exchange.Data.SmtpAddress
The primary SMTP address of the recipient.