--- title: "VBOOneDriveSmtpSettings" description: "Contains Veeam Explorer for Microsoft OneDrive SMTP settings. Note that Get-VEODSmtpSettingsReturns SMTP settings. In Veeam Backup for Microsoft 365 7a and Veeam Backup & Replication 12.1, this cmdlet became deprecated." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vboonedrivesmtpsettings.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VBOOneDriveSmtpSettings" dateModified: "2026-08-18" --- # VBOOneDriveSmtpSettings Contains Veeam Explorer for Microsoft OneDrive SMTP settings. Note that [`Get-VEODSmtpSettings`](get-veodsmtpsettings.md), the cmdlet used to get this object, is deprecated.
|
Property |
Type |
Description |
|---|---|---|
|
ConfigureSmtpSettings |
Bool |
If True, Veeam Explorer for Microsoft OneDrive uses the SMTP server settings for sending restored items. |
|
Server |
String |
DNS name or IP address of the SMTP server used for sending restored data. |
|
Port |
Int32 |
Port number. Default: 25 |
|
From |
String |
Email address from which Veeam Explorer for Microsoft OneDrive sends restored data. |
|
UseAuthentication |
Bool |
If True, the SMTP server requires authentication. Otherwise, the connection is established to a SMTP server which does not enforce authentication. |
|
User |
String |
User that connects to the SMTP server. |
|
UseSSL |
Bool |
If True, a secure connection is required for sending emails. Otherwise, email messages are sent through a connection that does not require TLS authentication. |