IssueTracking.m_emailHeaders Field
Represents the headers of the email message that is sent to the specified users.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public m_emailHeaders As StringDictionary
'Usage
Dim instance As IssueTracking
Dim value As StringDictionary
value = instance.m_emailHeaders
instance.m_emailHeaders = value
public StringDictionary m_emailHeaders