 | IFluentMailText Method |
Sets plain text version of the email. Please remember that using
Html(String) method will override plain text.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail Text(
string text
)
Function Text (
text As String
) As IFluentMail
IFluentMail^ Text(
String^ text
)
abstract Text :
text : string -> IFluentMail Parameters
- text String
- Plain text version of email body.
Return Value
IFluentMailEmail configuration.
See Also