 | TemplatePermanentDataFrom(Object) Method |
Specifies object that will be used as a data source for this template.
If the method is called more than once, all objects are used.
Namespace: Limilabs.Mail.TemplatesAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Template PermanentDataFrom(
Object data
)
Public Function PermanentDataFrom (
data As Object
) As Template
public:
Template^ PermanentDataFrom(
Object^ data
)
member PermanentDataFrom :
data : Object -> Template Parameters
- data Object
- Data source for this template.
Return Value
TemplateCurrent template.
See Also