Click or drag to resize

MailBuilderAddCustomHeader Method

Adds custom header that will be added to IMail object after creation.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void AddCustomHeader(
	string header,
	string value
)

Parameters

header  String
Header name.
value  String
Header value.
See Also