EmailAddressDictionary.Item[EmailAddressKey] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.