Share via


InvalidRecipientType.SmtpAddress Property

The SmtpAddress property gets the SMTP address of the invalid recipient.

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

Syntax

'Declaration
Public Property SmtpAddress As String
    Get
    Set
'Usage
Dim instance As InvalidRecipientType
Dim value As String

value = instance.SmtpAddress

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

Property Value

Type: System.String
The value of the SmtpAddress property is a string that contains the SMTP address of the invalid recipient.