Delegate BeforeItemCallback
BeforeItemCallback delegate
BeforeItemCallback is called before the next item is processed, the type of which depends on the task being performed.
public delegate void BeforeItemCallback(ItemCallbackArgs item);
Parameter | Type | Description |
---|---|---|
item | ItemCallbackArgs | The item to be processed |
See Also
- class ItemCallbackArgs
- namespace Aspose.Email.Common.Delegate
- assembly Aspose.Email