Click or drag to resize
AttachmentForEmailInfoProviderSetAttachmentForEmailInfo Method
Sets (updates or inserts) specified attachmentForEmail.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetAttachmentForEmailInfo(
	AttachmentForEmailInfo attachmentForEmail
)

Parameters

attachmentForEmail
Type: CMS.EmailEngineAttachmentForEmailInfo
AttachmentForEmail to set
See Also