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

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

Parameters

contentStream
Type: CMS.IOStream
Stream
contentType
Type: System.Net.MimeContentType
Content type
See Also