| EmailCreateFromTemplate Method (Email, String) |
Namespace:
Dynamicweb.EmailMarketing
Assembly:
Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax public static Email CreateFromTemplate(
Email template,
string newSubject
)
Public Shared Function CreateFromTemplate (
template As Email,
newSubject As String
) As Email
Parameters
- template
- Type: Dynamicweb.EmailMarketingEmail
- newSubject
- Type: SystemString
Return Value
Type:
EmailSee Also