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