PortalContext.ReplyToAddress Property
Gets the reply to address used for e-mail notifications.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ReplyToAddress As String
Get
'Usage
Dim instance As PortalContext
Dim value As String
value = instance.ReplyToAddress
public string ReplyToAddress { get; }
Property Value
Type: System.String
A string that contains the Reply-To address used for e-mail notifications.