MailMergeClearAttachmentPatterns Method
Clears the collection of the attachments patterns.

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void ClearAttachmentPatterns()
Remarks
Unlike Reset method (which should be called each time you need to merge another portion of data with the same template and produce another e-mail within the same series), ClearAttachmentPatterns should only be called when you want to start another series and define another template.
See Also