| EmailMessageGetHeaderFields Method (String) | 
            Gets individual email header fields from header text.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static NameValueCollection GetHeaderFields(
	string emailHeader
)
Parameters
- emailHeader
- Type: SystemString
 Email header text
Return Value
Type: 
NameValueCollectionName-value collection containing individual field names and bodies
 Remarks
Remarks
            This approximates how the email header fields should be parsed, see RFC 5322 for complete specification.
            
 See Also
See Also