Package | Description |
---|---|
microsoft.exchange.webservices.data.core.enumeration.property | |
microsoft.exchange.webservices.data.property.complex |
Modifier and Type | Method and Description |
---|---|
static EmailAddressKey |
EmailAddressKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailAddressKey[] |
EmailAddressKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupMemberCollection.addContactEmailAddress(Contact contact,
EmailAddressKey emailAddressKey)
Adds a member that is linked to a specific e-mail address of a contact.
|
EmailAddress |
EmailAddressDictionary.getEmailAddress(EmailAddressKey key)
Gets the e-mail address at the specified key.
|
void |
EmailAddressDictionary.setEmailAddress(EmailAddressKey key,
EmailAddress value)
Sets the email address.
|
boolean |
EmailAddressDictionary.tryGetValue(EmailAddressKey key,
OutParam<EmailAddress> outparam)
Tries to get the e-mail address associated with the specified key.
|
Constructor and Description |
---|
EmailAddressEntry(EmailAddressKey key,
EmailAddress emailAddress)
Initializes a new instance of the "EmailAddressEntry" class.
|
GroupMember(Contact contact,
EmailAddressKey emailAddressKey)
Initializes a new instance of the GroupMember class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.