GroupMemberCollection.AddContactEmailAddress(Contact, EmailAddressKey) Method
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.
Adds a group member that is linked to a specific e-mail address for a contact.
public:
void AddContactEmailAddress(Microsoft::Exchange::WebServices::Data::Contact ^ contact, Microsoft::Exchange::WebServices::Data::EmailAddressKey emailAddressKey);
public void AddContactEmailAddress (Microsoft.Exchange.WebServices.Data.Contact contact, Microsoft.Exchange.WebServices.Data.EmailAddressKey emailAddressKey);
Parameters
- contact
- Contact
The contact to link to.
- emailAddressKey
- EmailAddressKey
The e-mail address to link to.