EmailActivity.AddAdditionalHeaders Method
Adds the additional headers to the email message.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overridable Sub AddAdditionalHeaders ( _
headers As StringDictionary _
)
'Usage
Dim headers As StringDictionary
Me.AddAdditionalHeaders(headers)
protected virtual void AddAdditionalHeaders(
StringDictionary headers
)
Parameters
headers
Type: System.Collections.Specialized.StringDictionaryA StringDictionary that contains the additional headers for the email message.
Remarks
This virtual method does nothing in EmailActivity; the derived classes can override this method to provide the appropriate functionality.