Freigeben über


ISharePointService.SendEmail-Methode

Sendet eine e-Mail-Nachricht über den Workflow.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Sub SendEmail ( _
    workflowId As Guid, _
    includeStatus As Boolean, _
    headers As StringDictionary, _
    body As String _
)
'Usage
Dim instance As ISharePointService
Dim workflowId As Guid
Dim includeStatus As Boolean
Dim headers As StringDictionary
Dim body As String

instance.SendEmail(workflowId, includeStatus, _
    headers, body)
void SendEmail(
    Guid workflowId,
    bool includeStatus,
    StringDictionary headers,
    string body
)

Parameter

  • workflowId
    Typ: System.Guid

    Die ID der Workflow-Instanz.

  • includeStatus
    Typ: System.Boolean

    True, False den Workflowstatus in der e-Mail enthalten, nicht um den Workflow-Status enthalten.

Hinweise

Diese Methode wird von der SendEmail -Klasse von der Microsoft.SharePoint.WorkflowActions -Namespace verwendet.

Siehe auch

Referenz

ISharePointService Schnittstelle

ISharePointService-Member

Microsoft.SharePoint.Workflow-Namespace