MailMergeClearAttachmentPatterns Method
Clears the collection of the attachments patterns.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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