SPUtility.IsEmailServerSet Method

Returns a Boolean value that specifies whether an e-mail server has been set for the site.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Shared Function IsEmailServerSet ( _
    web As SPWeb _
) As Boolean
'Usage
Dim web As SPWeb
Dim returnValue As Boolean

returnValue = SPUtility.IsEmailServerSet(web)
public static bool IsEmailServerSet(
    SPWeb web
)

Parameters

Return Value

Type: System.Boolean
true if the e-mail server has been set; otherwise, false.

See Also

Reference

SPUtility Class

SPUtility Members

Microsoft.SharePoint.Utilities Namespace