Open this page in the API Guide

TenantData.EmailReplyToAddress Property

Gets or sets the reply-to email address used in tenant-specific email communications.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[DataMemberAttribute(Name = "emailReplyToAddress", EmitDefaultValue = false)]
public string? EmailReplyToAddress { get; set; }

Property Value

Type: String
See Also