예제 #1
0
        public static void CancelMailDeliverable(string mID)
        {
            IWFWorkflowService svc = Common.GetWorkFlowAPI();
            string             emailNotificationID = mID;

            try
            {
                svc.CancelMailDeliverable(emailNotificationID);
            }

            catch (Exception ex)
            {
            }
        }