Hi Everyone. I'm having some trouble trying to get non-unicode data
transferred from an imapi rule plugin to my managed app, and I could
really use some help here. I pretty much learned how to catch incoming
emails from this article (thanks to a reference coming from this
list!!):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp

However, it doesn't seem to go any furthur on how to catch any sms's
with different kinds of data. Is it just a matter of copying the right
data from the sms message's SPropValue?? I can catch and send normal
unicode data to my app. just fine, but if I try to give my app. the sms
data which isn't unicode, The only data I get from the mapirule dll is a
unicode string that reads something like, "This message cannot be read".

Is there any wise mind out there who can help me see how to get other
data to my app? I'd love any kind of help.

Thanks so much,
kurt