MailBee.NET Objects 4.0

MailMerge.ClearAttachmentPatterns Method 

Clears the collection of the attachments patterns.

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

MailMerge Class | MailBee.Mime Namespace | AddAttachmentPattern