EmailGetHeaderLines Method Ipswitch.Messaging.Framework
Returns the message header as a series of CRLF delimited lines

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public IEnumerable<string> GetHeaderLines(
	bool UnfoldHeaders = false
)

Parameters

UnfoldHeaders (Optional)
Type: SystemBoolean
Instructs the enumerator to unfold the header lines or leave them as they are

Return Value

Type: IEnumerableString
The series of CRLF delimited lines
See Also

Reference