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