--- title: "Get-VESPMailSettings" description: "Returns Veeam Explorer for Microsoft SharePoint email settings. Veeam Explorer for Microsoft SharePoint uses these settings to send Microsoft SharePoint items as attachments in email messages and deliver export reports." canonical: "https://helpcenter.veeam.com/docs/vbo365/explorers_powershell/get-vespmailsettings.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft SharePoint > Get-VESPMailSettings" dateModified: "2026-08-20" --- # Get-VESPMailSettings ## Short Description Returns Veeam Explorer for Microsoft SharePoint email settings. Veeam Explorer for Microsoft SharePoint uses these settings to send Microsoft SharePoint items as attachments in email messages 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-VESPMailSettings [] ``` ## Detailed Description This cmdlet returns email settings configured for Veeam Explorer for Microsoft SharePoint. ## 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 [`VESPMailSettings`](vespmailsettings.md) object that contains mail settings configured for Veeam Explorer for Microsoft SharePoint. ## Examples ::: example ### Getting Email Settings This command returns email settings. ``` Get-VESPMailSettings ``` :::