GroupMemberCollection.AddPersonalContact Method

Definition

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.

Applies to