kenakamu / UCWA2.0-CS

C# library for UCWA 2.0
MIT License
24 stars 13 forks source link

message.Status in client.MessageSent doesn't seem to be working (and confirming a message was sent) #58

Open mwu153 opened 6 years ago

mwu153 commented 6 years ago

I am able to send and receive messages, however in the client.MessageSent handler, message.Status is always Failed even when I receive a message. Also the text, title, guid fields are all always null.

Ultimately I am trying to confirm messages were successfully sent, but I don't know any way to map the conversation created from client.StartMessaging() to the message in the client.MessageSent handler