OlkControl.ItemProperty Property
Returns or sets a String (string in C#) that specifies the name of the property in the Outlook object model that the control is bound to. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ItemProperty As String
Get
Set
'Usage
Dim instance As OlkControl
Dim value As String
value = instance.ItemProperty
instance.ItemProperty = value
[DispIdAttribute()]
string ItemProperty { get; set; }
Property Value
Type: System.String