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
Method | Description |
---|---|
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
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++