--- title: "Get-VETMailSettings" description: "Returns Veeam Explorer for Microsoft Teams email settings. Veeam Explorer for Microsoft Teams uses these settings to send Microsoft Teams posts and files as attachments in email messages and deliver export reports." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vetmailsettings.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Teams > Get-VETMailSettings" dateModified: "2026-08-20" --- # Get-VETMailSettings ## Short Description Returns Veeam Explorer for Microsoft Teams email settings. Veeam Explorer for Microsoft Teams uses these settings to send Microsoft Teams posts and files as attachments in email messages and deliver export reports. **Product**: Veeam Backup for Microsoft 365 **Product Edition**: Community, Rental License, Subscription License ## Syntax ``` Get-VETMailSettings [] ``` ## Detailed Description This cmdlet returns email settings configured for Veeam Explorer for Microsoft Teams. ## 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 [`VETMailSettings`](vetmailsettings.md) object that contains mail settings configured for Veeam Explorer for Microsoft Teams. ## Examples ::: example ### Getting Email Settings This command returns email settings. ``` Get-VETMailSettings ``` :::