//得到返回值
private string sendMsg(string SendMessageResult, out int FailCount, out int SessCount, out int AllCount,out string sRe)
{
string sStr = "";
string Result = "";
int dtCount = dtTemp.Rows.Count;
int dtFailCount = dtCount;
int dtSessCount = 0;
sStr = SendMessageResult.Substring(0, 1);
if (sStr == "0")
{
dtFailCount = Convert.ToInt32(SendMessageResult.Substring(2));
dtSessCount = dtCount - dtFailCount;
Result = "发送完成,此次成功发送" + dtSessCount.ToString() + "条,失败" + dtFailCount.ToString() + "条";
}
FailCount = dtFailCount;
SessCount = dtSessCount;
AllCount = dtCount;
sRe = sStr;
return Result;
}
//调用
private void btnSend_Click(object sender, EventArgs e)
{
int FailCount;
int SessCount ;
int AllCount;
string sRe;
string sSendMsg = sendMsg(e.Result, out FailCount, out SessCount, out AllCount, out sRe);
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有