我使用 Twilio sms api 从我的 Asp.Net 应用程序发送消息
var delivery = twilioRestClient.SendSmsMessage("+123456", mobilenumber,
string.Format("Your New Password is: {0}", genpass));
该变量delivery
包含 twiliosendsms 的对象,其中还包含 sms 状态当前状态为“排队”,当消息发送时我想知道如何检查状态是否更改为Sending,sent,failed,received