Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.EmailAddressKey
-
Packages that use EmailAddressKey Package Description microsoft.exchange.webservices.data.core.enumeration.property microsoft.exchange.webservices.data.property.complex -
-
Uses of EmailAddressKey in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return EmailAddressKey Modifier and Type Method Description static EmailAddressKeyEmailAddressKey. 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. -
Uses of EmailAddressKey in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex with parameters of type EmailAddressKey Modifier and Type Method Description voidGroupMemberCollection. addContactEmailAddress(Contact contact, EmailAddressKey emailAddressKey)Adds a member that is linked to a specific e-mail address of a contact.EmailAddressEmailAddressDictionary. getEmailAddress(EmailAddressKey key)Gets the e-mail address at the specified key.voidEmailAddressDictionary. setEmailAddress(EmailAddressKey key, EmailAddress value)Sets the email address.booleanEmailAddressDictionary. tryGetValue(EmailAddressKey key, OutParam<EmailAddress> outparam)Tries to get the e-mail address associated with the specified key.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type EmailAddressKey Constructor Description EmailAddressEntry(EmailAddressKey key, EmailAddress emailAddress)Initializes a new instance of theEmailAddressEntryclass.GroupMember(Contact contact, EmailAddressKey emailAddressKey)Initializes a new instance of the GroupMember class.
-