--- title: "VEXMessageItem" description: "Contains details about a Microsoft Exchange message item. Property Type Description VEXItemSender Sender email address. VEXItemRecipient[] Recipient email addresses. VEXItemRecipient[] Recipient email addresses in carbon copy. String Message subject." canonical: "https://helpcenter.veeam.com/docs/vbo365/explorers_powershell/vexmessageitem.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEXMessageItem" dateModified: "2026-08-18" --- # VEXMessageItem Contains details about a Microsoft Exchange message item.

Property

Type

Description

From

VEXItemSender

Sender email address.

To

VEXItemRecipient[]

Recipient email addresses.

CC

VEXItemRecipient[]

Recipient email addresses in carbon copy.

Subject

String

Message subject.

Body

VEXItemBody

Contains information about the type and size of the item body (in kilobytes).

Attachments

VEXAttachment[]

Message attachment.

Sent

DateTime

Date and time that the message was sent.

ItemClass

String

Exchange item class.

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