| EmailAttachment Constructor (String) | 
            Initializes a new instance of the EmailAttachment class with the specified content string.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic EmailAttachment(
	string fileName
)
Parameters
- fileName
- Type: SystemString
 File name
 See Also
See Also