Click or drag to resize
AttachmentForEmailInfoProviderDeleteAttachmentForEmailInfo Method (Int32, Int32)
Deletes specified attachmentForEmail.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteAttachmentForEmailInfo(
	int emailId,
	int attachmentId
)

Parameters

emailId
Type: SystemInt32
EmailID
attachmentId
Type: SystemInt32
AttachmentID
See Also