IssueTracking.SendEmailState Method
Determines whether the workflow instance should send an email to the specified users.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public Sub SendEmailState ( _
sender As Object, _
e As ConditionalEventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As ConditionalEventArgs
instance.SendEmailState(sender, e)
public void SendEmailState(
Object sender,
ConditionalEventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.Workflow.Activities.ConditionalEventArgsThe data for the event.
Remarks
This method is a code condition that evaluates to true if the workflow instance should send an email to the specified users before you create a task; otherwise, it evaluates to false.