--- title: "VEXMailbox" description: "Contains details about a Microsoft Exchange mailbox. Property Type Description GUID Mailbox ID. String Mailbox name. String Mailbox email address. Bool If True, the mailbox is deleted. Bool If True, the mailbox is archived." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vexmailbox.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEXMailbox" dateModified: "2026-08-18" --- # VEXMailbox Contains details about a Microsoft Exchange mailbox.
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Mailbox ID. |
|
Name |
String |
Mailbox name. |
|
|
String |
Mailbox email address. |
|
IsDeleted |
Bool |
If True, the mailbox is deleted. |
|
IsArchive |
Bool |
If True, the mailbox is archived. |