Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: Microsoft exchange server
| Subject: | Re: Microsoft exchange server |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 19 Nov 2007 00:34:23 |
"Dennis" <revie@clunet.edu> wrote in message
news:47410b2e$1@newsgroups.borland.com...
> A user of the program is at a university that uses Microsoft's
> exchange server, and smtp has been turned off. How do I
> send emails out?
If IMAP is enabled, then you can use Indy's TIMAP4 component. Otherwise,
the only other way I know of to send emails through Exchange is to use MAPI
instead (you need a MAPI-enabled client installed, such as Outlook) which is
not part of Indy.
Gambit