Hi ,
I am using your 3.2 mobile dll. in windows mobile 5.0 O/S.
{
session = new OutlookSession();
session.MessagingItemCreated += new MessagingItemEventHandler(messagingItemCreated);
}
public void messagingItemCreated(object sender, MessagingItemEventArgs e)
{
EmailMessage em = (EmailMessage)session.GetItemByItemId(e.ItemId);
if (em.DownloadState != DownloadState.FullItem)
{
em.RemoteDownload();
}
if (isFromSpinVox(em.From.Address))
{
if (em.Subject.IndexOf(objConfig.rootElement) == -1)
{
updateSpinVoxEmail(em, session);
}
}
}
i am using this code to change the mail
the mail subject and form address are changing but when i opened the mail i am getting
"A problem has occurred with gwes.exe". this error how can i solve this in 5.0 O/S.
Please mail me.
Thank you,
Ajay Kumar r