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
Methods
Name |
---|
Close |
Copy |
Delete |
Display |
Forward |
GetConversation |
Move |
PrintOut |
Reply |
ReplyAll |
Save |
SaveAs |
ShowCategoriesDialog |
StartTimer |
StopTimer |
Properties
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.