Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.24 KB

File metadata and controls

40 lines (32 loc) · 1.24 KB
title SMTPServer property (WMI MSReportServer_ConfigurationSetting)
description SMTPServer property (WMI MSReportServer_ConfigurationSetting)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic ui-reference
ms.custom
updatefrequency5
helpviewer_keywords
SMTPServer property
apilocation reportingservices.mof
apiname SMTPServer
apitype MOFDef

ConfigurationSetting property - SMTPServer

Gets the SMTPServer property from the report server configuration file. Read-only.

Syntax

Public Dim SMTPServer As String  
public string SMTPServer;  

Property Values

A read-only String object containing the value of the SMTPServer property from the RSReportServer.config file.

Example code

MSReportServer_ConfigurationSetting Class

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content