SPIncomingEmailService.Required Property
Gets a Boolean value that indicates whether an instance of the incoming e-mail service must be running on at least one computer in the server farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property Required As Boolean
Get
'Usage
Dim instance As SPIncomingEmailService
Dim value As Boolean
value = instance.Required
public override bool Required { get; }
Property Value
Type: System.Boolean
true if the incoming e-mail service must be running on at least one computer; otherwise, false.