Share via


SendEmail.Headers property

Gets or sets the email message headers.

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

Syntax

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

value = instance.Headers

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

Property value

Type: System.Collections.Specialized.StringDictionary
A StringDictionary that contains the message headers.

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