예제 #1
0
        public object BulkSMS3(string nums, string msg, int enAr)
        {
            // start sending the message to one or more mobile number
            //                                    phone numbers  message  Unicode
            var sent = SMSManager.SMSXml(nums, msg, enAr);


            // return all reports
            return(sent);
        }