--- title: "VESPMailSettings" description: "Contains Veeam Explorer for Microsoft SharePoint mail settings. Property Type Description Bool If True, Veeam Explorer for Microsoft SharePoint is configured to send email messages. PSAuthenticationType Type of mail server used for sending emails." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vespmailsettings.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESPMailSettings" dateModified: "2026-08-18" --- # VESPMailSettings Contains Veeam Explorer for Microsoft SharePoint mail settings.
|
Property |
Type |
Description |
|---|---|---|
|
IsSendingEmailsEnabled |
Bool |
If True, Veeam Explorer for Microsoft SharePoint is configured to send email messages. |
|
AuthenticationType |
PSAuthenticationType |
Type of mail server used for sending emails. Possible values:
|
|
ClientId |
String |
Client ID obtained while registering an application in the Google Cloud console or Microsoft Identity platform. |
|
TenantId |
String |
Tenant ID in Microsoft Entra ID. |
|
UserId |
String |
User ID. |
|
MailApiUrl |
String |
Microsoft Graph endpoint for sending mail. Default: https://graph.microsoft.com/v1.0 |
|
IsAuthenticated |
Bool |
If True, the user is successfully authenticated. |
|
ConfigureSmtpSettings |
Bool |
If True, Veeam Explorer for Microsoft SharePoint uses a SMTP server for sending email messages. |
|
Server |
String |
DNS name or IP address of the SMTP server used for sending email messages. |
|
Port |
Int32 |
Used port number. |
|
From |
String |
Email address of the email sender. |
|
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 |
Account used to authenticate to the SMTP server. |
|
UseSSL |
Bool |
If True, Veeam Explorer for Microsoft SharePoint uses a secure connection for sending emails. |