PortalContext.FromAddress Property
Gets the "From" address used for e-mail notifications.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property FromAddress As String
Get
'Usage
Dim instance As PortalContext
Dim value As String
value = instance.FromAddress
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.