We understand how important SMS communication is in our industry. We have two implementations to choose from to allow you complete control of how you can use SMS in your organization.
SMS using your VoiceElements Client – continue reading
Before you can use SMS, you must set the encryption keys. These keys are unique to your account and you can get the keys for your SMS enabled number(s) from our portal:
Log.Write($"Received SMS Delivery Report (From: {e.SmsFrom}, To: {e.SmsTo}): Message delivery is pending...");
6
}
7
else
8
{
9
Log.Write($"Received SMS Delivery Report (From: {e.SmsFrom}, To: {e.SmsTo}): {e.DeliveryDescription}");
10
}
11
}
Handling Undeliverable Messages
You can also request that any undelivered SMS messages be sent to you. These would be messages that may have arrived while your application was offline.