JournalItem object (Outlook)

Represents a journal entry in a Journal folder.

Remarks

A journal entry represents a record of all Outlook-moderated transactions for any given period.

Use the CreateItem method to create a JournalItem object that represents a new journal entry.

Use Items (index), where index is the index number of a journal entry or a value used to match the default property of a journal entry, to return a single JournalItem object from a Journal folder.

Example

The following Visual Basic for Applications (VBA) example returns a new journal entry.

Set myItem = Application.CreateItem(olJournalItem)

Events

Name
AfterWrite
AttachmentAdd
AttachmentRead
AttachmentRemove
BeforeAttachmentAdd
BeforeAttachmentPreview
BeforeAttachmentRead
BeforeAttachmentSave
BeforeAttachmentWriteToTempFile
BeforeAutoSave
BeforeCheckNames
BeforeDelete
BeforeRead
Close
CustomAction
CustomPropertyChange
Forward
Open
PropertyChange
Read
ReadComplete
Reply
ReplyAll
Send
Unload
Write

Methods

Name
Close
Copy
Delete
Display
Forward
GetConversation
Move
PrintOut
Reply
ReplyAll
Save
SaveAs
ShowCategoriesDialog
StartTimer
StopTimer

Properties

Name
Actions
Application
Attachments
AutoResolvedWinner
BillingInformation
Body
Categories
Class
Companies
Conflicts
ContactNames
ConversationID
ConversationIndex
ConversationTopic
CreationTime
DocPosted
DocPrinted
DocRouted
DocSaved
DownloadState
Duration
End
EntryID
FormDescription
GetInspector
Importance
IsConflict
ItemProperties
LastModificationTime
MarkForDownload
MessageClass
Mileage
NoAging
OutlookInternalVersion
OutlookVersion
Parent
PropertyAccessor
Recipients
Saved
Sensitivity
Session
Size
Start
Subject
Type
UnRead
UserProperties

See also

Outlook Object Model Reference

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.