SingleRecipientType.Item Property

Definition

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

public:
 property ExchangeWebServices::EmailAddressType ^ Item { ExchangeWebServices::EmailAddressType ^ get(); void set(ExchangeWebServices::EmailAddressType ^ value); };
public ExchangeWebServices.EmailAddressType Item { get; set; }
Public Property Item As EmailAddressType

Property Value

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

Applies to