| MailText Method |
Creates new plain text email.
Namespace:
Limilabs.Mail.Fluent
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static IFluentMail Text(
string text
)
Public Shared Function Text (
text As String
) As IFluentMail
public:
static IFluentMail^ Text(
String^ text
)
static member Text :
text : string -> IFluentMail
Parameters
- text
- Type: SystemString
Email content.
Return Value
Type:
IFluentMailEmail configuration.
See Also