UserProperty.Value 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.
Renvoie ou définit un Object indiquant la valeur de la propriété personnalisée spécifiée. Lecture-écriture.
public:
property System::Object ^ default { System::Object ^ get(); void set(System::Object ^ value); };
public object this { get; set; }
Default Public Property Value As Object
Valeur de propriété
Remarques
Pour définir pour la première fois une propriété créée par la Add(String, OlUserPropertyType, Object, Object) méthode , utilisez la propriété Value au lieu de la SetProperties(Object, Object) méthode ou SetProperty(String, Object) de l’objet PropertyAccessor .
Pour plus d’informations sur l’accès aux propriétés dans Outlook, voir Vue d’ensemble des propriétés