_JournalItem.DocPosted Property
Returns a Boolean (bool in C#) value that is True if the journalized item was posted 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 DocPosted As Boolean
Get
Set
'Usage
Dim instance As _JournalItem
Dim value As Boolean
value = instance.DocPosted
instance.DocPosted = value
[DispIdAttribute()]
bool DocPosted { get; set; }
Property Value
Type: System.Boolean