EmailHelper ResolveMetaFileImages Method (EmailMessage, List MetaFileInfo )Kentico 8.1 API Reference
Appends all attached files to given email. Replaces link 'src="...GetMetaFile.aspx?...fileguid=..."' or 'src=".../GetMetaFile/..." with link to e-mail inline attachments (only for images).

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

message
Type: CMS.EmailEngine EmailMessage
E-mail message
metafiles
Type: OnlineSystem.Collections.Generic List MetaFileInfo 
List with MetaFileInfo objects
See Also