Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.25 KB

File metadata and controls

47 lines (38 loc) · 1.25 KB
title SMTPServer 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
SMTPServer
api_location
reportingservices.mof
topic_type
apiref
helpviewer_keywords
SMTPServer property
ms.assetid 8bcceeba-e1a0-44ef-bda1-600c6925e1db
author maggiesMSFT
ms.author maggies
manager kfile

SMTPServer Property (WMI MSReportServer_ConfigurationSetting)

Gets the SMTP server 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]

See Also

MSReportServer_ConfigurationSetting Members