Export email to a database and than send it
Sorry, what exactly is your question?
You can track the ItemSend event, which fires after clicking the button but
before sending the e-mail.
Easiest would be then to call the MailItem's Save method, which can save as
txt, html or msg file.
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6
Am Thu, 23 Aug 2007 08:38:04 -0700 schrieb sagar:
Hi,
I am new to this forum. I was wondering if anyone can direct me to an
answer or tutorials for the following question.
When i click "Send/Receive" button, i want to save that email in a
database
(most likely MySQL) or export it any of the MS Office formats.
Example used: I have used this with Salesforce. There is a Addins which
needs to be installed. A "Send and Add" appears in MS Outlook which will
send the email and log that email in Salesforce database.
I thank you in advance.
sagar
|