Click or drag to resize
EmailAttachment Constructor (Stream, String)
Initializes a new instance of the EmailAttachment class with the specified stream and name.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public EmailAttachment(
	Stream contentStream,
	string name
)

Parameters

contentStream
Type: CMS.IOStream
Stream
name
Type: SystemString
File name
See Also