Share via


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 SharePoint Foundation

How SharePoint Foundation Processes Workflow Activities