Click or drag to resize
IAttachmentForEmailInfoProviderRemove Method
Deletes AttachmentForEmailInfo binding.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
void Remove(
	int emailId,
	int emailAttachmentId
)

Parameters

emailId
Type: SystemInt32
Email ID.
emailAttachmentId
Type: SystemInt32
Email attachment ID.
See Also