Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.