_ExchangeUser.CompanyName 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.
Retourne une chaîne (chaîne en C#) représentant le nom de la société pour .ExchangeUser Lecture-écriture.
public:
property System::String ^ CompanyName { System::String ^ get(); void set(System::String ^ value); };
public string CompanyName { get; set; }
Public Property CompanyName As String
Valeur de propriété
Remarques
Cette propriété correspond à la propriété MAPI PidTagCompanyName.
Renvoie une chaîne vide si cette propriété n’a pas été implémentée ou n’existe pas pour l’objet ExchangeUser.