I can move most messages, but for some reason a couple emails throw an error code of -1400 What's that error code mean? I could find anywhere explaining the error codes
I figured out that there was a "+" in the message id of the ones I was having a problem with, all I needed to do was encode the message ID in my interface.
So I assume the -1400 error means that the message id you are giving is not a real message
Can you please tell me how to encode the message id? Thanks.
QUOTE(Jim Frey @ 13 Jun 2011 2:44 PM)
I figured out that there was a "+" in the message id of the ones I was having a problem with, all I needed to do was encode the message ID in my interface.
So I assume the -1400 error means that the message id you are giving is not a real message