--- title: "SendUsingSMTPServer Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: "reporting-services-native" ms.topic: conceptual api_name: - "SendUsingSMTPServer" api_location: - "reportingservices.mof" topic_type: - "apiref" helpviewer_keywords: - "SendUsingSMTPServer property" ms.assetid: c4abf03a-7a0e-4087-8aa6-91e4277ab65c author: maggiesMSFT ms.author: maggies manager: kfile --- # SendUsingSMTPServer Property (WMI MSReportServer_ConfigurationSetting) Specifies whether the `SendUsing` element in the in the e-mail configuration for the report server is set to `true`. ## Syntax ```vb Public Dim SendUsingSMTPServer As Boolean ``` ```csharp public Boolean SendUsingSMTPServer; ``` ## Property Values A read-only `Boolean` object. ## Example Code [MSReportServer_ConfigurationSetting Class](msreportserver-configurationsetting-class.md) ## Requirements **Namespace:** [!INCLUDE[ssRSWMInmspcA](../../includes/ssrswminmspca-md.md)] ## See Also [MSReportServer_ConfigurationSetting Members](msreportserver-configurationsetting-members.md)