EmailAddressDictionary Class

Definition

Represents a dictionary of e-mail addresses.

public ref class EmailAddressDictionary sealed : Microsoft::Exchange::WebServices::Data::DictionaryProperty<Microsoft::Exchange::WebServices::Data::EmailAddressKey, Microsoft::Exchange::WebServices::Data::EmailAddressEntry ^>
public sealed class EmailAddressDictionary : Microsoft.Exchange.WebServices.Data.DictionaryProperty<Microsoft.Exchange.WebServices.Data.EmailAddressKey,Microsoft.Exchange.WebServices.Data.EmailAddressEntry>
Public NotInheritable Class EmailAddressDictionary
Inherits DictionaryProperty(Of EmailAddressKey, EmailAddressEntry)
Inheritance

Constructors

EmailAddressDictionary()

Initializes a new instance of the EmailAddressDictionary class.

Properties

Item[EmailAddressKey]

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

Methods

Contains(TKey)

Determines whether this instance contains the specified key.

(Inherited from DictionaryProperty<TKey,TEntry>)
TryGetValue(EmailAddressKey, EmailAddress)

Tries to get the e-mail address that is associated with the specified key.

Applies to