| EmailAttachment Constructor (String, ContentType) | 
            Initializes a new instance of the EmailAttachment class with the specified content string and System.Net.Mime.ContentType.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic EmailAttachment(
	string fileName,
	ContentType contentType
)
Parameters
- fileName
- Type: SystemString
 File name
- contentType
- Type: System.Net.MimeContentType
 Content type
 See Also
See Also