Merges issue text with template to create e-mail body and resolves macros with their values.
            
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- issue
 - Type: CMS.Newsletters IssueInfo
Issue 
- newsletter
 - Type: CMS.Newsletters NewsletterInfo
Newsletter (optional) 
- subscription
 - Type: CMS.Newsletters SubscriberNewsletterInfo
Subscription information (optional) 
- template
 - Type: CMS.Newsletters EmailTemplateInfo
Email template (optional) 
- subscriber
 - Type: CMS.Newsletters SubscriberInfo
Subscriber object (optional) 
- previewOnly
 - Type: 
System Boolean
True when the message is in preview mode 
- siteName
 - Type: 
System String
Site name (optional) 
- domain
 - Type: 
System String
Domain (optional) 
- appPath
 - Type: 
System String
Application path (optional) 
- webFullUrl
 - Type: 
System String
Web full url (optional) 
Return Value
Type:Issue e-mail body
See Also