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.23341.1754
Syntax
public void AddCustomHeader(
	string header,
	string value
)

Parameters

header
Type: SystemString
Header name.
value
Type: SystemString
Header value.
See Also