LucieLastic
Programmer
hi
Has anyone used Outlook's api to track, create and log emails?
I've written an email tracking system that uses EasyMAPI. It captures emails coming in and out, searches them for anything of interest, if interesting, extracts info from the email, copies it to another public folder and logs the info to an SqlServer database.
We have just been taken over and our new 'owners' don't want us using a 3rd party tool to access Outlook. I have no experience of using Outlook's api, has anyone used it and can I do the following with it?
- Will I still have access to the PR_ENTRYID and PR_SEARCH_KEY and any other PR_ field for that matter?
- If my system is stopped for a while, is there a function to start it from a specific place using PR_ENTRYID or equivalent? This can be done with my current system, it can also be 'rewound' to a specific date and reread/recheck the emails.
- When creating emails, I need to set the PR_SENDER info, would that be possible?
These may be obvious questions but I'd really appreciate a general feel of what is possible using Outlook's api before I start digging further. I have a meeting tomorrow so a bit of background info to get me started would be great.
Many thanks in advance
Lou
Has anyone used Outlook's api to track, create and log emails?
I've written an email tracking system that uses EasyMAPI. It captures emails coming in and out, searches them for anything of interest, if interesting, extracts info from the email, copies it to another public folder and logs the info to an SqlServer database.
We have just been taken over and our new 'owners' don't want us using a 3rd party tool to access Outlook. I have no experience of using Outlook's api, has anyone used it and can I do the following with it?
- Will I still have access to the PR_ENTRYID and PR_SEARCH_KEY and any other PR_ field for that matter?
- If my system is stopped for a while, is there a function to start it from a specific place using PR_ENTRYID or equivalent? This can be done with my current system, it can also be 'rewound' to a specific date and reread/recheck the emails.
- When creating emails, I need to set the PR_SENDER info, would that be possible?
These may be obvious questions but I'd really appreciate a general feel of what is possible using Outlook's api before I start digging further. I have a meeting tomorrow so a bit of background info to get me started would be great.
Many thanks in advance
Lou