Partager via


ISharePointService.SendEmail - Méthode

Envoie un e-mail concernant le flux de travail.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Sub SendEmail ( _
    workflowId As Guid, _
    includeStatus As Boolean, _
    headers As StringDictionary, _
    body As String _
)
'Utilisation
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
)

Paramètres

  • workflowId
    Type : System.Guid

    ID de l'instance de workflow.

  • includeStatus
    Type : System.Boolean

    True pour inclure l'état de flux de travail dans l'e-mail, faux ne pas pour inclure le statut du workflow.

Remarques

Cette méthode est utilisée par la classe SendEmail de l'espace de noms Microsoft.SharePoint.WorkflowActions .

Voir aussi

Référence

ISharePointService interface

ISharePointService - Membres

Microsoft.SharePoint.Workflow - Espace de noms