PortalContext.ReplyToAddress Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property ReplyToAddress As String
Get
'Usage
Dim instance As PortalContext
Dim value As String
value = instance.ReplyToAddress
[ObsoleteAttribute("This class is obsolete.")]
public string ReplyToAddress { get; }
Property Value
Type: System.String
A string that contains the Reply-To address used for e-mail notifications.