Click or drag to resize
EmailMessageGetHeaderFields Method (NameValueCollection)
Gets email header fields joined into a single string.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetHeaderFields(
	NameValueCollection emailHeader
)

Parameters

emailHeader
Type: System.Collections.SpecializedNameValueCollection
Collection of email header fields

Return Value

Type: String
Single string with joined email header fields
See Also