Hello
I got a question for you.
My requirement is almost same as Andy requested, however, the request here
is to export entire email into the database.
Now, whenever the mail receive, I need to make call to the webservice that
has all data to export into database in XML format. Everything has done,
except that I am unable to know what all new email has been added.
Options that I tried:
NewMail event - it trigger only once even if I receive more than one email.
And since it does not have any parameter to know which item has added, it is
hard to get things done.
NewMailEX (...) where EntityId is a parameter to know Item that has added.
And as per the Microsoft Office website, EntityID parameter contain value
separate with , (comma) if we added more than 1 item. But I could not find
that I am receiving value in with , (comma) separated. I checked in forum
where it saying that it bahave like that when we have Exchange server

so
this door closed as well!!
ItemAdd(...) The one known issue is that ItemAdd won't fire if more than 16
items are added to the folder at one time.
Any suggestion?
Cheers,
Amit