SPIncomingEmailService.ServerDisplayAddress property
Gets or sets the suffix of the e-mail server address that is displayed in the administrative user interface.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServerDisplayAddress As String
Get
Set
'Usage
Dim instance As SPIncomingEmailService
Dim value As String
value = instance.ServerDisplayAddress
instance.ServerDisplayAddress = value
public string ServerDisplayAddress { get; set; }
Property value
Type: System.String
A string that contains the suffix of the e-mail server address. For example, if the address is MyList@example.com, then the ServerDisplayAddress property contains example.com.