Share via


EmailActivity.Body Property

Gets or sets the body of the message.

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

Syntax

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

value = instance.Body

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

Property Value

Type: System.String
The body of the message.

See Also

Reference

EmailActivity Class

EmailActivity Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflows in SharePoint Foundation

Workflow Activities for SharePoint Foundation

Workflow Development Tools Comparison

Workflow Development in SharePoint Designer