| EmailHelperResolveMetaFileImages Method (EmailMessage, Int32, String, String) | 
            Appends all attached files to given email.
            Replaces link 'src="...GetMetaFile.aspx?...fileguid=..."' or 'src=".../GetMetaFile/..." with link to e-mail in-line attachments (only for images).
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void ResolveMetaFileImages(
	EmailMessage message,
	int objectId,
	string objectType,
	string category
)
Parameters
- message
- Type: CMS.EmailEngineEmailMessage
 E-mail message
- objectId
- Type: SystemInt32
 ID of attached meta-file
- objectType
- Type: SystemString
 Type of meta-file
- category
- Type: SystemString
 Meta-file category
 See Also
See Also