VESPSmtpSettings
Contains Veeam Explorer for Microsoft SharePoint SMTP settings. Note that Get-VESPSmtpSettings, the cmdlet used to get this object, is deprecated.
Property | Type | Description |
ConfigureSmtpSettings | Bool | If True, Veeam Explorer for Microsoft SharePoint uses the SMTP server settings for sending restored items. |
Server | String | DNS name or IP address of the SMTP server for sending restored mailbox items as email attachments. |
Port | Int32 | Port number. Default: 25 |
From | String | Email address from which Veeam Explorer for Microsoft SharePoint 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 to connect to the SMTP server. |
UseSSL | Bool | If True, a secure connection is required for sending emails. Otherwise, email messages are sent through the connection that does not require SSL authentication. |
Related Commands