Share via


ItemProperty.Value Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Default Property Value As Object
    Get
    Set
'Usage
Dim instance As ItemProperty
Dim value As Object

value = instance

instance = value
[DispIdAttribute()]
Object this { get; set; }

Property Value

Type: System.Object

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.

See Also

Reference

ItemProperty Interface

ItemProperty Members

Microsoft.Office.Interop.Outlook Namespace