Connecting Tech Pros Worldwide Help | Site Map

Posting eMail w/o MAPI?

  #1  
Old November 13th, 2005, 04:03 AM
(Pete Cresswell)
Guest
 
Posts: n/a
I've got a little app for managing high school reunions and I've been going
through MAPI - but it's kind of a nuisance having to deal with OutLook and all
that. Seems like there SB some way to just *send* that message - directly from
the app to the email server.

Is there any hope my my finding some code or an object to do that? Or am I
fighting nature...


--
PeteCresswell
  #2  
Old November 13th, 2005, 04:03 AM
Rick Brandt
Guest
 
Posts: n/a

re: Posting eMail w/o MAPI?


"(Pete Cresswell)" <x@y.z> wrote in message
news:eh5rk0doaaoiqd0na3vuet6j85p611mave@4ax.com...[color=blue]
> I've got a little app for managing high school reunions and I've been going
> through MAPI - but it's kind of a nuisance having to deal with OutLook and all
> that. Seems like there SB some way to just *send* that message - directly
> from
> the app to the email server.
>
> Is there any hope my my finding some code or an object to do that? Or am I
> fighting nature...[/color]

If you're using Windows 2000 or XP you can use the CDOSys library to send mail
without invoking any Outlook stuff (or even needing Outlook installed). I use
this for all messages that I don't need to display on-screen prior to sending.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


  #3  
Old November 13th, 2005, 04:04 AM
gj
Guest
 
Posts: n/a

re: Posting eMail w/o MAPI?


(Pete Cresswell) wrote:[color=blue]
> I've got a little app for managing high school reunions and I've been going
> through MAPI - but it's kind of a nuisance having to deal with OutLook and all
> that. Seems like there SB some way to just *send* that message - directly from
> the app to the email server.
>
> Is there any hope my my finding some code or an object to do that? Or am I
> fighting nature...
>
>[/color]
I wrote an application that uses a third party tool called Codestone.
With this I send/receive mail directly from SMTP/POP server. Took a bit
of coding but has been in production for over 4 years now with no issues.

If interested I could share some code although it is specific to this
control. Also the control must be installed on each computer to
send/receive email.


GJ
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save MAPI.Message as File Nabil answers 3 June 27th, 2008 08:46 PM
new MAPI.Session() does not work!?!?!? Gerry answers 2 November 15th, 2005 02:15 PM
How to email errorlog table. Karl Roes answers 3 November 13th, 2005 02:18 AM
Send email - capture ProfileName from MAPI Jay McGrath answers 1 November 12th, 2005 05:46 PM