GroupMemberCollection.AddPersonalContact 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.
Overloads
AddPersonalContact(ItemId) |
Adds a member that is linked to a specific personal contact. |
AddPersonalContact(ItemId, String) |
Adds a member that is linked to a specific personal contact and e-mail address. |
AddPersonalContact(ItemId)
Adds a member that is linked to a specific personal contact.
public:
void AddPersonalContact(Microsoft::Exchange::WebServices::Data::ItemId ^ contactId);
public void AddPersonalContact (Microsoft.Exchange.WebServices.Data.ItemId contactId);
Public Sub AddPersonalContact (contactId As ItemId)
Parameters
- contactId
- ItemId
The identifier of the contact to add.
Applies to
AddPersonalContact(ItemId, String)
Adds a member that is linked to a specific personal contact and e-mail address.
public:
void AddPersonalContact(Microsoft::Exchange::WebServices::Data::ItemId ^ contactId, System::String ^ addressToLink);
public void AddPersonalContact (Microsoft.Exchange.WebServices.Data.ItemId contactId, string addressToLink);
Public Sub AddPersonalContact (contactId As ItemId, addressToLink As String)
Parameters
- contactId
- ItemId
The identifier of the contact to add.
- addressToLink
- String
The e-mail address to use.