SPAlertHandlerParams.headers Field
Includes other email properties such as "from", "To", "reply-to", "Subject" (can be accessed using headers ["Subject"]).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public headers As StringDictionary
'Usage
Dim instance As SPAlertHandlerParams
Dim value As StringDictionary
value = instance.headers
instance.headers = value
public StringDictionary headers