Edit

Share via


UserProperty.Value Property

Definition

Returns or sets an Object indicating the value for the specified custom property. Read/write.

public:
 property System::Object ^ default { System::Object ^ get(); void set(System::Object ^ value); };
public object this { get; set; }
Default Public Property Value As Object

Property Value

Remarks

To set for the first time a property created by the Add(String, OlUserPropertyType, Object, Object) method, use the Value property instead of the SetProperties(Object, Object) or SetProperty(String, Object) method of the PropertyAccessor object.

For more information on accessing properties in Outlook, see Properties Overview

Applies to