Max Home
max at sherman.org.uk
Mon Jul 17 06:32:20 CDT 2006
Hi Marty, Don't know if this is possible, but within your program you have it set up to use Pop3. Can it also handle Imap? Currently there is nowhere to enter the question that is in the Outlook Advanced Tab = "This Server Requires an Encrypted Connection (SSL)" that is present in Outlook from where it works fine. It would be nice if I could use it to send emails via the domain as it were webmail. I can do it using Outlook, but would prefer to miss out Outlook if possible. Can you advise please? Regards Max -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Max Home Sent: 13 July 2006 19:31 To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] CDOSYS Great reply. Thanks for all the pointers, Marty Regards Max -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of MartyConnelly Sent: 13 July 2006 19:10 To: Access Developers discussion and problem solving Subject: Re: [AccessD] CDOSYS CDOSYS does not allow to read e-mail, only to send them. While CDOSYS doesn't allow you to pull mail via POP3 or IMAP4, it can load a raw MIME message as stream for example from an .EML file saved to your hard disc. This can get complicated really quickly . So it is possible but I can think of better ways of spending the summer. Or you could use a dotNet DLL to call POP3 via tcpconnection class See 8.13 http://www.microsoft.com/mspress/books/sampchap/6436a.asp Pop3 controls callable from Access; a lot out there generally work through sockets Freebies ZaksPop3 Java based. http://www.zaks.demon.co.uk/code/cpts/pop/index.html Commercial http://www.quiksoft.com/newsletter/issue003/ GETMAIL for Windows free for personal use http://www.interlog.com/~tcharron/getmail.html Max Home wrote: >Hi, Marty Connelly, > >You kindly posted some code for using CDOSYS to send Emails. On the example >form, you had some fields for receiving emails via Pop3. I was wondering >Marty if you (or anybody) had any code for these options and also if it >could handle IMapi accounts from a web mail account? > >Any help would be appreciated. > >Regards >Max > > > > -- Marty Connelly Victoria, B.C. Canada -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com