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
web
Type: Microsoft.SharePoint.SPWebA Microsoft.SharePoint.SPWeb object that represents the site.
Return Value
Type: System.Boolean
true if the e-mail server has been set; otherwise, false.