Share via


UserIdType.PrimarySmtpAddress Property

The PrimarySmtpAddress property gets or sets the primay SMTP address of an account that is used for delegate access.

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

Syntax

'Declaration
Public Property PrimarySmtpAddress As String
    Get
    Set
'Usage
Dim instance As UserIdType
Dim value As String

value = instance.PrimarySmtpAddress

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

Property Value

Type: System.String
The PrimarySmtpAddress property returns a string that contains the primary SMTP address of the delegate account.