Email.Subject property

Gets or sets the subject 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 Subject As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As Email
Dim value As InArgument(Of String)

value = instance.Subject

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

Property value

Type: System.Activities.InArgument<String>

See also

Reference

Email class

Email members

Microsoft.SharePoint.WorkflowServices.Activities namespace