PortalContext.SmtpServerAddress Property
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
Public ReadOnly Property SmtpServerAddress As String
Get
'Usage
Dim instance As PortalContext
Dim value As String
value = instance.SmtpServerAddress
public string SmtpServerAddress { get; }
Property Value
Type: System.String
A string that contains the address of the SMTP server associated with this portal site.