 | TemplateCreate Method |
Creates new template using specified template text.
Namespace: Limilabs.Mail.TemplatesAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 String
- Template's text.
Return Value
TemplateNew template.
See Also