SPVirtualServer.MailFromAddress property
NOTE: This API is now obsolete.
Obsolete. Gets the From address used in e-mail for the server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.", _
False)> _
Public ReadOnly Property MailFromAddress As String
Get
'Usage
Dim instance As SPVirtualServer
Dim value As String
value = instance.MailFromAddress
[ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.",
false)]
public string MailFromAddress { get; }
Property value
Type: System.String
A string that contains the From address.