--- title: "Get-VEXMailSettings" description: "Returns Veeam Explorer for Microsoft Exchange email settings. Veeam Explorer for Microsoft Exchange uses these settings to send Exchange items that are located in a backup through email and deliver export reports." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vexmailsettings.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Exchange > Get-VEXMailSettings" dateModified: "2026-08-20" --- # Get-VEXMailSettings ## Short Description Returns Veeam Explorer for Microsoft Exchange email settings. Veeam Explorer for Microsoft Exchange uses these settings to send Exchange items that are located in a backup through email and deliver export reports. **Product**: Veeam Backup & Replication, Veeam Backup for Microsoft 365 **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VEXMailSettings [] ``` ## Detailed Description This cmdlet returns email settings configured for Veeam Explorer for Microsoft Exchange. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Output Object The cmdlet returns the [`VEXMailSettings`](vexmailsettings.md) object that contains mail settings configured for Veeam Explorer for Microsoft Exchange. ## Examples ::: example ### Getting Email Settings This command returns email settings. ``` Get-VEXMailSettings ``` :::