EmailHelper ResolveMetaFileImages Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberResolveMetaFileImages(EmailMessage, List MetaFileInfo )
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).
Public methodStatic memberResolveMetaFileImages(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 inline attachments (only for images).
Back to Top
See Also