SendEmail.Body property

Gets or sets the body text of the e-mail message.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Body As String
    Get
    Set
'Usage
Dim instance As SendEmail
Dim value As String

value = instance.Body

instance.Body = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string Body { get; set; }

Property value

Type: System.String
A string that contains the body text.

See also

Reference

SendEmail class

SendEmail members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

How Windows SharePoint Services Processes Workflow Activities