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 the list of servers from which the incoming e-mail service accepts e-mail messages.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetIPRestrictionList As String()
'Usage
Dim instance As SPIncomingEmailService
Dim returnValue As String()
returnValue = instance.GetIPRestrictionList()
public string[] GetIPRestrictionList()
Return Value
Type: []
A string array that lists the servers from which e-mail messages are accepted.