Home All Groups Group Topic Archive Search About

Integrate Outlook in App

Author
19 Apr 2006 8:45 PM
Chris
Is it possible to have my VB.Net 2005 program open a new outlook email
window, let the user enter their email and then if the send button is
hit, to have my VB program capture what was in the email?

Basically I need to add the email to a log in the tracking system.

Thanks
Chris

Author
20 Apr 2006 1:16 AM
Homer J Simpson
"Chris" <no@spam.com> wrote in message
news:%23IzC9I$YGHA.2136@TK2MSFTNGP05.phx.gbl...

> Is it possible to have my VB.Net 2005 program open a new outlook email
> window, let the user enter their email and then if the send button is hit,
> to have my VB program capture what was in the email?
>
> Basically I need to add the email to a log in the tracking system.

Maybe. Easier IMO to write an email window of your own and then 'send' that
message to Outlook.
Author
20 Apr 2006 3:14 PM
Chris
Homer J Simpson wrote:
Show quoteHide quote
> "Chris" <no@spam.com> wrote in message
> news:%23IzC9I$YGHA.2136@TK2MSFTNGP05.phx.gbl...
>
>
>>Is it possible to have my VB.Net 2005 program open a new outlook email
>>window, let the user enter their email and then if the send button is hit,
>>to have my VB program capture what was in the email?
>>
>>Basically I need to add the email to a log in the tracking system.
>
>
> Maybe. Easier IMO to write an email window of your own and then 'send' that
> message to Outlook.
>
>
>

yes, I thought about that... Just didn't want to lose the spell check
and all those nice outlook features.

thanks for your thoughts
Chris