Methods / Methods for Notifications |
Web Services
Resends the mail deliverable with a specified mail ID.
public virtual void ResendMailDeliverable(string mailID)
Name | Description |
---|---|
mailID |
|
None.
//Sample for using resendMailDeliverable IWFWorkflowService svc = GetWorkflowService(); string mailID = … // for example, "149C3974240F47D3B28EB6D4A3CDCD3F" try { svc.ResendMailDeliverable(mailID); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher