Uses of Class
microsoft.exchange.webservices.data.EmailAddressKey

Uses of EmailAddressKey in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return EmailAddressKey
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.
 

Methods in microsoft.exchange.webservices.data with parameters of type EmailAddressKey
 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.
 

Constructors in microsoft.exchange.webservices.data with parameters of type EmailAddressKey
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. All Rights Reserved.