--- title: "SenderEmailAddress 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: - "SenderEmailAddress" apilocation: - "reportingservices.mof" apitype: MOFDef helpviewer_keywords: - "SenderEmailAddress property" ms.assetid: 087de0ab-6505-48c6-80f3-bd493f76282d author: maggiesMSFT ms.author: maggies --- # ConfigurationSetting Property - SenderEmailAddress Gets the address used to send e-mail from the report server. Read-only. ## Syntax ```vb Public Dim SenderEmailAddress As String ``` ```csharp public string SenderEmailAddress; ``` ## Property Values A read-only **String** object that represents the e-mail address used by the report server. ## 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)