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