Methods / Methods for Notifications |
Web Services
Cancels the failed mail deliverable record based on a given message identifier. Note that canceling the failed mail deliverable record prevents it from being recycled or present on a given interval by the AgilePoint engine.
public virtual void CancelMailDeliverable(string mailID)
Name | Description |
---|---|
mailID |
|
None.
IWFWorkflowService svc = GetWorkflowService(); string mailID = … try { svc.CancelMailDeliverable(mailID); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher