EmailMessage GetHeaderFields Method (String)Kentico 8.1 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.1.5347.20411)

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