EmailAddressDictionary Class
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.
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. |