EmailAddressDictionary class

Represents a dictionary of e-mail addresses.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public NotInheritable Class EmailAddressDictionary _
	Inherits DictionaryProperty(Of EmailAddressKey, EmailAddressEntry)
'Usage
Dim instance As EmailAddressDictionary

Any public static ( in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: