--- title: "SMTPServer Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs" ms.date: 03/01/2017 ms.prod: reporting-services ms.prod_service: "reporting-services-native" ms.technology: wmi-provider-library-reference ms.topic: conceptual apiname: - "SMTPServer" apilocation: - "reportingservices.mof" apitype: MOFDef helpviewer_keywords: - "SMTPServer property" ms.assetid: 8bcceeba-e1a0-44ef-bda1-600c6925e1db author: maggiesMSFT ms.author: maggies --- # ConfigurationSetting Property - SMTPServer Gets the SMTP server property from the report server configuration file. Read-only. ## Syntax ```vb Public Dim SMTPServer As String ``` ```csharp 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](../../reporting-services/wmi-provider-library-reference/msreportserver-configurationsetting-class.md) ## Requirements **Namespace:** [!INCLUDE[ssRSWMInmspcA](../../includes/ssrswminmspca-md.md)] ## See Also [MSReportServer_ConfigurationSetting Members](../../reporting-services/wmi-provider-library-reference/msreportserver-configurationsetting-members.md)