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

How SharePoint Foundation Processes Workflow Activities