Click or drag to resize
EmailAttachmentInfoProviderAddAttachmentsToMailMessage Method
Appends all attachments of specified queued e-mail to mail message.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void AddAttachmentsToMailMessage(
	int emailInfoId,
	MailMessage mm
)

Parameters

emailInfoId
Type: SystemInt32
EmailInfo ID
mm
Type: System.Net.MailMailMessage
MailMessage object
See Also