Share via


_JournalItem.DocPrinted Property

Returns a Boolean (bool in C#) value that is True if the journalized item was printed as part of the journalized session. Read/write.

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

Syntax

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

value = instance.DocPrinted

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

Property Value

Type: System.Boolean

See Also

Reference

_JournalItem Interface

_JournalItem Members

Microsoft.Office.Interop.Outlook Namespace