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
Microsoft.SharePoint.WorkflowActions Namespace