JournalItem Object

JournalItem
Multiple objects

Represents a journal entry in a Journal folder. A journal entry represents a record of all Microsoft 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 myOlApp = CreateObject("Outlook.Application")
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.

Remarks

If a program tries to reference any type of recipient information by using the Outlook object model, a dialog box is displayed that asks you to confirm access to this information. You can allow access to the Address Book or recipient information for up to ten minutes after you receive the dialog box. This allows features, such as mobile device synchronization, to be completed.

You receive the confirmation dialog box when a solution tries to programmatically access the following properties of the JournalItem object:

  • ContactNames
  • Body

Properties | Actions Property | Application Property | Attachments Property | AutoResolvedWinner Property | BillingInformation Property | Body Property | Categories Property | Class Property | Companies Property | Conflicts Property | ContactNames Property | ConversationIndex Property | ConversationTopic Property | CreationTime Property | DocPosted Property | DocPrinted Property | DocRouted Property | DocSaved Property | DownloadState Property | Duration Property | End Property | EntryID Property | FormDescription Property | GetInspector Property | Importance Property | IsConflict Property | ItemProperties Property | LastModificationTime Property | Links Property | MarkForDownload Property | MessageClass Property | Mileage Property | NoAging Property | OutlookInternalVersion Property | OutlookVersion Property | Parent Property | Recipients Property | Saved Property | Sensitivity Property | Session 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 | ShowCategoriesDialog Method | StartTimer Method | StopTimer Method

Events | AttachmentAdd Event | AttachmentRead Event | BeforeAttachmentSave Event | BeforeCheckNames Event | BeforeDelete Event | Close Event | CustomAction Event | CustomPropertyChange Event | Forward Event | Open Event | PropertyChange Event | Read Event | Reply Event | ReplyAll Event | Send Event | Write Event

Parent Objects

Child Objects | Actions Object | Attachments Object | Conflicts Object | FormDescription Object | ItemProperties Object | Links Object | Recipients Object | UserProperties Object