Share via


_ContactItem.Journal Property

Returns a Boolean (bool in C#) that indicates True if the transaction of the contact will be journalized. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property Journal As Boolean
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As Boolean

value = instance.Journal

instance.Journal = value
[DispIdAttribute()]
bool Journal { get; set; }

Property Value

Type: System.Boolean

Remarks

The default value is False.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace