 | IFluentMailInReplyTo Method |
Sets the id of the parent email message ('In-Reply-To' header).
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail InReplyTo(
string messageId
)
Function InReplyTo (
messageId As String
) As IFluentMail
IFluentMail^ InReplyTo(
String^ messageId
)
abstract InReplyTo :
messageId : string -> IFluentMail Parameters
- messageId String
- Referenced message id without surrounding brackets.
Return Value
IFluentMailEmail configuration.
See Also