EmailMessage GetHeaderFields Method (String)Kentico 8.0 API Reference
Gets individual email header fields from header text.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Return Value

Type: OnlineNameValueCollection
Name-value collection containing inidividual field names and bodies
Remarks

This approximates how the email header fields should be parsed, see RFC 5322 for complete specification.
See Also