| TemplateCreate Method |
Creates new template using specified template text.
Namespace:
Limilabs.Mail.Templates
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static Template Create(
string templateText
)
Public Shared Function Create (
templateText As String
) As Template
public:
static Template^ Create(
String^ templateText
)
static member Create :
templateText : string -> Template
Parameters
- templateText
- Type: SystemString
Template's text.
Return Value
Type:
TemplateNew template.
See Also