GroupMemberCollection.AddPersonalContact Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AddPersonalContact(ItemId) |
Ajoute un membre lié à un contact personnel spécifique. |
AddPersonalContact(ItemId, String) |
Ajoute un membre lié à un contact personnel et à une adresse de messagerie spécifiques. |
AddPersonalContact(ItemId)
Ajoute un membre lié à un contact personnel spécifique.
public:
void AddPersonalContact(Microsoft::Exchange::WebServices::Data::ItemId ^ contactId);
public void AddPersonalContact (Microsoft.Exchange.WebServices.Data.ItemId contactId);
Public Sub AddPersonalContact (contactId As ItemId)
Paramètres
- contactId
- ItemId
Identificateur du contact à ajouter.
S’applique à
AddPersonalContact(ItemId, String)
Ajoute un membre lié à un contact personnel et à une adresse de messagerie spécifiques.
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)
Paramètres
- contactId
- ItemId
Identificateur du contact à ajouter.
- addressToLink
- String
Adresse de messagerie à utiliser.