Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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