EmailAddressDictionary.Item[EmailAddressKey] Property

Definition

Gets or sets the e-mail address that corresponds to the specified key.

public:
 property Microsoft::Exchange::WebServices::Data::EmailAddress ^ default[Microsoft::Exchange::WebServices::Data::EmailAddressKey] { Microsoft::Exchange::WebServices::Data::EmailAddress ^ get(Microsoft::Exchange::WebServices::Data::EmailAddressKey key); void set(Microsoft::Exchange::WebServices::Data::EmailAddressKey key, Microsoft::Exchange::WebServices::Data::EmailAddress ^ value); };
public Microsoft.Exchange.WebServices.Data.EmailAddress this[Microsoft.Exchange.WebServices.Data.EmailAddressKey key] { get; set; }
Default Public Property Item(key As EmailAddressKey) As EmailAddress

Parameters

key
EmailAddressKey

The key that is associated with the e-mail address to get or set.

Property Value

The e-mail address that corresponds to the specified key.

Applies to