Edit

Share via


ItemProperty.Value Property

Definition

Returns or sets an Object indicating the value for the specified custom or explicit built-in 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

Even though ItemProperty.Value allows you to get or set an explicit built-in property or a custom property, you can reference explicit built-in properties directly from the parent object, for example, ContactItem.Body. For more information on accessing properties in Outlook, see Properties Overview

Applies to