--- title: "VEXJournalItem" description: "Contains details about a Microsoft Exchange journal item. Property Type Description String Journal entry subject. String Type of journal entry. String Company. DateTime Date and time when the task was started. Int Journal entry duration in minutes." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vexjournalitem.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEXJournalItem" dateModified: "2026-08-18" --- # VEXJournalItem Contains details about a Microsoft Exchange journal item.

Property

Type

Description

Subject

String

Journal entry subject.

EntryType

String

Type of journal entry.

Company

String

Company.

StartTime

DateTime

Date and time when the task was started.

Duration

Int

Journal entry duration in minutes.

DurationFormat

String

Journal entry duration in human-readable format. The duration is split across the following time units:

  • Days
  • Hours
  • Minutes
  • Seconds

Body

VEXItemBody

Journal entry body.

Attachments

VEXAttachment[]

Journal entry attachments.

Item class

String

Exchange item class.

## Related Commands [`Get-VEXItem`](get-vexitem.md)