MimeAddressReader.Email property
The Email property gets the e-mail address of the current recipient.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Email As String
Get
'Usage
Dim instance As MimeAddressReader
Dim value As String
value = instance.Email
public string Email { get; }
Property value
Type: System.String