Aspose::Words::MailMerging::IMailMergeCallback interface

IMailMergeCallback interface

Implement this interface if you want to receive notifications while mail merge is performed.

class IMailMergeCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual TagsReplaced()Called when “mustache” text tags are replaced with MERGEFIELD fields.
static Type()

See Also