Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.25 KB

File metadata and controls

40 lines (32 loc) · 1.25 KB
title SenderEmailAddress property (WMI MSReportServer_ConfigurationSetting)
description SenderEmailAddress 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
SenderEmailAddress property
apilocation reportingservices.mof
apiname SenderEmailAddress
apitype MOFDef

ConfigurationSetting property - SenderEmailAddress

Gets the address used to send email from the report server. Read-only.

Syntax

Public Dim SenderEmailAddress As String  
public string SenderEmailAddress;  

Property values

A read-only String object that represents the email address used by the report server.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content