_TaskItem.ContactNames Property
Returns or sets a String (string in C#) representing the contact names associated with the Outlook item. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property ContactNames As String
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As String
value = instance.ContactNames
instance.ContactNames = value
string ContactNames { get; set; }
Property Value
Type: System.String