Specifies object that will be used as a data source for this template.
If the method is called more than once, only last object is used.
Namespace: Limilabs.Mail.TemplatesAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public Template DataFrom( Object data ) |
| Visual Basic |
|---|
Public Function DataFrom ( _ data As Object _ ) As Template |
| Visual C++ |
|---|
public: Template^ DataFrom( Object^ data ) |
Parameters
- data
- Type: System..::..Object
Data source for this template.