M
Mpoy
Hey guys, I'm now using Peter's InTheHand API. But I'm having a problem
with it.
I used this code:
OutlookSession OS = new OutlookSession();
string EmailSubj = OS.EmailAccounts[0].SentItems[0].Subject;
string EmailMessage = OS.EmailAccounts[0].SentItems[0].BodyText;
But then, EmailMessage string does not contain the email message, it
only gives "" string. Although the EmailSubj is correctly given. Is
there something wrong with my code or there's a bug in the API?
Kindly help me with this.
Thanks!
with it.
I used this code:
OutlookSession OS = new OutlookSession();
string EmailSubj = OS.EmailAccounts[0].SentItems[0].Subject;
string EmailMessage = OS.EmailAccounts[0].SentItems[0].BodyText;
But then, EmailMessage string does not contain the email message, it
only gives "" string. Although the EmailSubj is correctly given. Is
there something wrong with my code or there's a bug in the API?
Kindly help me with this.
Thanks!