Click or drag to resize
AttachmentForEmailInfoProviderSetAttachmentForEmailInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified attachmentForEmail.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IAttachmentForEmailInfoProvider.Set(AttachmentForEmailInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - AttachmentForEmailInfo.Provider.")]
public static void SetAttachmentForEmailInfo(
	AttachmentForEmailInfo attachmentForEmail
)

Parameters

attachmentForEmail
Type: CMS.EmailEngineAttachmentForEmailInfo
AttachmentForEmail to set
See Also