MailBee.NET Objects 7.1

Element.Stop Method 

Stops execution of Process and ProcessToString methods.

public void Stop();

Remarks

You can call this method in ProcessElementDelegate method if want to stop processing of the document.

If Process or ProcessToString method is not being running, this method does nothing.

Note   You should call Stop method for the same object you earlier called Process or ProcessToString method for. If you call it for another object (such as the object which was passed as elem parameter to your delegate method), this will not have any effect.

See Also

Element Class | MailBee.Html Namespace