EmailAttachment Constructor (Stream, ContentType) |
Initializes a new instance of the EmailAttachment class with the specified stream and content type.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public EmailAttachment(
Stream contentStream,
ContentType contentType
)
Parameters
- contentStream
- Type: System.IOStream
Stream - contentType
- Type: System.Net.MimeContentType
Content type
See Also