ContactsFolder(ExchangeService) Constructeur
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.
Initialise une instance locale non enregistrée de la classe ContactsFolder. Pour établir une liaison avec un dossier de contacts existant, utilisez ContactsFolder.Bind() à la place.
public:
ContactsFolder(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public ContactsFolder (Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub New (service As ExchangeService)
Paramètres
- service
- ExchangeService
Objet ExchangeService auquel le dossier contacts sera lié.