--- title: "VEXMailSettings" description: "Contains Veeam Explorer for Microsoft Exchange mail settings. Property Type Description Bool If True, Veeam Explorer for Microsoft Exchange is configured to send email messages. PSAuthenticationType Type of mail server used for sending emails." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vexmailsettings.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEXMailSettings" dateModified: "2026-08-18" --- # VEXMailSettings Contains Veeam Explorer for Microsoft Exchange mail settings.
|
Property |
Type |
Description |
|---|---|---|
|
IsSendingEmailsEnabled |
Bool |
If True, Veeam Explorer for Microsoft Exchange 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 Exchange uses a SMTP server for sending email messages. |
|
Server |
String |
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 Exchange uses a secure connection for sending emails. |