UserProperty.Value Property
Returns or sets an Object indicating the value for the specified custom property. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Default Property Value As Object
Get
Set
'Usage
Dim instance As UserProperty
Dim value As Object
value = instance
instance = value
Object this { get; set; }
Property Value
Type: System.Object
Remarks
For more information on accessing properties in Outlook, see Properties Overview.