ItemProperty.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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