EmailMessageGetHeaderFields Method (NameValueCollection) |
Gets email header fields joined into a single string.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public static string GetHeaderFields(
NameValueCollection emailHeader
)
Parameters
- emailHeader
- Type: System.Collections.SpecializedNameValueCollection
Collection of email header fields
Return Value
Type:
StringSingle string with joined email header fields
See Also