SPWebService.DeclarativeWorkflowAutostartOnEmailEnabled Property

Indicates whether or not workflows should automatically start on e-mail-enabled lists.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property DeclarativeWorkflowAutostartOnEmailEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebService
Dim value As Boolean

value = instance.DeclarativeWorkflowAutostartOnEmailEnabled

instance.DeclarativeWorkflowAutostartOnEmailEnabled = value
public bool DeclarativeWorkflowAutostartOnEmailEnabled { get; set; }

Property Value

Type: System.Boolean
true, if workflows should automatically start on lists that are e-mail-enabled; otherwise false.

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace