Click or drag to resize
EmailAttachment Constructor (String, String)
Initializes a new instance of the EmailAttachment class with the specified content string and MIME type information.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public EmailAttachment(
	string fileName,
	string mediaType
)

Parameters

fileName
Type: SystemString
File name
mediaType
Type: SystemString
MIME type information
See Also