_JournalItem.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
<DispIdAttribute()> _
Property ContactNames As String
    Get
    Set
'Usage
Dim instance As _JournalItem
Dim value As String

value = instance.ContactNames

instance.ContactNames = value
[DispIdAttribute()]
string ContactNames { get; set; }

Property Value

Type: System.String

See Also

Reference

_JournalItem Interface

_JournalItem Members

Microsoft.Office.Interop.Outlook Namespace