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)

Syntax

'Declaration
Public headers As StringDictionary
'Usage
Dim instance As SPAlertHandlerParams
Dim value As StringDictionary

value = instance.headers

instance.headers = value
public StringDictionary headers

See also

Reference

SPAlertHandlerParams structure

SPAlertHandlerParams members

Microsoft.SharePoint namespace