MailMergeClearAttachmentPatterns Method |
Clears the collection of the attachments patterns.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void ClearAttachmentPatterns()
Public Sub 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