--- title: "Get-VEODMailSettings" description: "Returns Veeam Explorer for Microsoft OneDrive email settings. Veeam Explorer for Microsoft OneDrive uses these settings to send Microsoft OneDrive items as attachments in email messages." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-veodmailsettings.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft OneDrive > Get-VEODMailSettings" dateModified: "2026-08-18" --- # Get-VEODMailSettings ## Short Description Returns Veeam Explorer for Microsoft OneDrive email settings. Veeam Explorer for Microsoft OneDrive uses these settings to send Microsoft OneDrive items as attachments in email messages. **Product**: Veeam Backup for Microsoft 365 **Product Edition**: Community, Rental License, Subscription License ## Syntax ``` Get-VEODMailSettings [] ``` ## Detailed Description This cmdlet returns email settings configured for Veeam Explorer for Microsoft OneDrive. ## 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 Docs. ## Output Object The cmdlet returns the [`VBOOneDriveMailSettings`](vboonedrivemailsettings.md) object that contains mail settings configured for Veeam Explorer for Microsoft OneDrive. ## Examples ::: example ### Getting Email Settings This command returns email settings. ``` Get-VEODMailSettings ``` :::