ISandcastle ProjectFeedback EMail Address Property
This read-only property is used to get the feedback e-mail address that appears in the footer of each
page.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string FeedbackEMailAddress { get; }VB
ReadOnly Property FeedbackEMailAddress As String
GetC++
property String^ FeedbackEMailAddress {
String^ get ();
}F#
abstract FeedbackEMailAddress : string with getProperty Value
StringRemarks
If not set, no feedback link will appear. If FeedbackEMailLinkText is set,
that text will appear as the text for the link. If not set, the e-mail address is used as the link
text.