Email.Body property

Gets or sets the body of the email message.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Body As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As Email
Dim value As InArgument(Of String)

value = instance.Body

instance.Body = value
[RequiredArgumentAttribute]
public InArgument<string> Body { get; set; }

Property value

Type: System.Activities.InArgument<String>

See also

Reference

Email class

Email members

Microsoft.SharePoint.WorkflowServices.Activities namespace