Share via


GetSharingFolderType.SmtpAddress Property

The SmtpAddress property gets or sets the SMTP e-mail address of the other party in the sharing relationship.

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

Syntax

'Declaration
Public Property SmtpAddress As String
    Get
    Set
'Usage
Dim instance As GetSharingFolderType
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 an SMTP e-mail address.

Remarks

In a GetSharingFolderType request, the SmtpAddress property must be set. Additionally, either the DataType property or the SharedFolderId property must be set, but not both.