Share via


PortalContext.FromAddress Property

NOTE: This API is now obsolete.

Gets the "From" 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 FromAddress As String
    Get
'Usage
Dim instance As PortalContext
Dim value As String

value = instance.FromAddress
[ObsoleteAttribute("This class is obsolete.")]
public string FromAddress { get; }

Property Value

Type: System.String
A string that contains the "From" address used for e-mail notifications.

Remarks

The FromAddress property corresponds to the FromAddress property in the Microsoft.SharePoint.Portal.Topology.VirtualServer class.

See Also

Reference

PortalContext Class

PortalContext Members

Microsoft.SharePoint.Portal Namespace