Classes | |
| class | ItemCallbackArgs |
| ItemCallbackArgs contains item being processed. More... | |
Typedefs | |
| using | BeforeItemCallback = System::MulticastDelegate< void(System::SharedPtr< Aspose::Email::Common::Delegate::ItemCallbackArgs >)> |
| BeforeItemCallback is called before the next item is processed, the type of which depends on the task being performed. More... | |
| using Aspose::Email::Common::Delegate::BeforeItemCallback = typedef System::MulticastDelegate<void(System::SharedPtr<Aspose::Email::Common::Delegate::ItemCallbackArgs>)> |
BeforeItemCallback is called before the next item is processed, the type of which depends on the task being performed.
| item | The item to be processed |