| IFluentMailAddCustomHeader Method |
Adds custom header.
Namespace:
Limilabs.Mail.Fluent
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax IFluentMail AddCustomHeader(
string header,
string value
)
Function AddCustomHeader (
header As String,
value As String
) As IFluentMail
IFluentMail^ AddCustomHeader(
String^ header,
String^ value
)
abstract AddCustomHeader :
header : string *
value : string -> IFluentMail
Parameters
- header
- Type: SystemString
Header name. - value
- Type: SystemString
Header value.
Return Value
Type:
IFluentMailEmail configuration.
See Also