MimeRecipient.Email property
The Email gets or sets a value representing the e-mail address of this MimeRecipient object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property Email As String
Get
Set
'Usage
Dim instance As MimeRecipient
Dim value As String
value = instance.Email
instance.Email = value
public string Email { get; set; }
Property value
Type: System.String