Share via


SingleRecipientType.Item Property

The Item property gets or sets the e-mail address of a recipient.

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

Syntax

'Declaration
Public Property Item As EmailAddressType
    Get
    Set
'Usage
Dim instance As SingleRecipientType
Dim value As EmailAddressType

value = instance.Item

instance.Item = value
public EmailAddressType Item { get; set; }

Property Value

Type: ExchangeWebServices.EmailAddressType
The Item property returns an EmailAddressType object that contains the e-mail address information for a single recipient.