Share via


EmailAddressType.EmailAddress Property

The EmailAddress property gets or sets a string value that contains the e-mail address that is represented by this instance of the EmailAddressType class.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property EmailAddress As String
    Get
    Set
'Usage
Dim instance As EmailAddressType
Dim value As String

value = instance.EmailAddress

instance.EmailAddress = value
public string EmailAddress { get; set; }

Property Value

Type: System.String
The EmailAddress property returns an instance of the EmailAddress class.