ISnapMailMergeProgressIndicationService Methods
Provides a progress indicator while executing resource-intensive tasks.| Name | Description |
|---|---|
| Begin(String, Int32, Int32, Int32) | Initializes and displays a progress indicator. Inherited from IProgressIndicationService. |
| End() | Finalizes progress indication. Inherited from IProgressIndicationService. |
| Reset() | Resets the progress indicator to the default value. |
| SetProgress(Int32) | Modifies the indicator value to track progress. Inherited from IProgressIndicationService. |
See Also