EmailMessageGetHeaderFields Method (String) |
Gets individual email header fields from header text.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public 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
This approximates how the email header fields should be parsed, see RFC 5322 for complete specification.
See Also