EmailAddress.Id Propriété
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.
Obtient ou définit l’identificateur de contact représenté par l’adresse e-mail.
public:
property Microsoft::Exchange::WebServices::Data::ItemId ^ Id { Microsoft::Exchange::WebServices::Data::ItemId ^ get(); void set(Microsoft::Exchange::WebServices::Data::ItemId ^ value); };
public Microsoft.Exchange.WebServices.Data.ItemId Id { get; set; }
Public Property Id As ItemId
Valeur de propriété
Identificateur de contact.
Remarques
La Address propriété doit être définie sur une référence Null (Nothing en Visual Basic) lorsque la Id propriété est utilisée.