Share via


SPIncomingEmailService.GetIPRestrictionList method

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)

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.

See also

Reference

SPIncomingEmailService class

SPIncomingEmailService members

Microsoft.SharePoint.Administration namespace