| EmailAttachment Constructor (Stream, String) | 
            Initializes a new instance of the EmailAttachment class with the specified stream and name.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic EmailAttachment(
	Stream contentStream,
	string name
)
Parameters
- contentStream
- Type: System.IOStream
 Stream
- name
- Type: SystemString
 File name
 See Also
See Also