JournalItem Object
Description
Represents a journal entry in a Journal folder. A journal entry represents a record of all Outlook-moderated transactions for any given period.
Using the JournalItem Object
Use the CreateItem method to create a JournalItem object that represents a new journal entry. The following example returns a new journal entry.
Set myItem = myOlApp.CreateItem(olJournalItem)
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.
Properties
Actions property, Application property, Attachments property, BillingInformation property, Body property, Categories property, Companies property, ContactNames property, CreationTime property, DocPosted property, DocPrinted property, DocRouted property, DocSaved property, Duration property, End property, EntryID property, FormDescription property, GetInspector property, Importance property, LastModificationTime property, MessageClass property, Mileage property, NoAging property, OutlookInternalVersion property, OutlookVersion property, Parent property, Recipients property, Saved property, Sensitivity property, Size property, Start property, Subject property, Type property, UnRead property, UserProperties property.
Methods
Close method, Copy method, Delete method, Display method, Forward method, Move method, PrintOut method, Reply method, ReplyAll method, Save method, SaveAs method, StartTimer method, StopTimer method.
Events
Close Event, CustomAction Event, CustomPropertyChange Event, Forward Event, Open Event, PropertyChange Event, Read Event, Reply Event, ReplyAll Event, Send Event, Write Event.