PortalContext.SmtpServerAddress Property
NOTE: This API is now obsolete.
Gets the address of the Simple Mail Transfer Protocol (SMTP) server associated with this portal site.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property SmtpServerAddress As String
Get
'Usage
Dim instance As PortalContext
Dim value As String
value = instance.SmtpServerAddress
[ObsoleteAttribute("This class is obsolete.")]
public string SmtpServerAddress { get; }
Property Value
Type: System.String
A string that contains the address of the SMTP server associated with this portal site.