-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Firstly, I needed to modify this so it worked with non-US phone numbers but I successfully managed to send an SMS to my UK mobile.
Anyway, on completion, the Esme GUI app attempts to convert the Message ID in the response to an integer on the basis that it comes back in some kind of Base. However, my provider returns a GUID for the message id so this line of code crashes:
string decimalMessageId = Convert.ToInt64(submitResp.MessageID, submitResponseMessageIdBase_).ToString();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels