Hi all,
I can't send message to my offline contact. When I do that I get this error:"caught exception: ErrorCode 217 , User not on-line"
Please can anyone help me.
Thanks
Have u set your status to "hide"?
No, I have set my status to "ONLINE".
So, you need to check the contact status and catch exception. You can use the following statement to send offline message.
messenger.sendText(contact.getEmail(),content);
However, it does not guarantee work.
Log in to post a comment.
Hi all,
I can't send message to my offline contact. When I do that I get this error:"caught exception: ErrorCode 217 , User not on-line"
Please can anyone help me.
Thanks
Have u set your status to "hide"?
No, I have set my status to "ONLINE".
So, you need to check the contact status and catch exception.
You can use the following statement to send offline message.
However, it does not guarantee work.