angrycoder
06-07-2005, 06:35 PM
Does anyone know if it is possible to connect to a Microsoft Exchange server using <cfpop>? I set all the parameters and I get either this: This exception was caused by: javax.mail.AuthenticationFailedException: There is no such mailbox on this server
or i get this (if I play with the server and/or login info): This exception was caused by: javax.mail.MessagingException: Connect failed; nested exception is: java.net.ConnectException: Connection refused: connect
the "no such mailbox" error leads me to believe you can't use cfpop here since I would think i need to specify a username and mailbox name, but there is no "mailbox" attribute in cfpop.
I've read it's possible to create a COM object using CDO (CDOSYS) to utilize MAPI to connect to the exchange server to accomplish the same thing. However, every tutorial or example of this i've googled for (or searched for on MSDN) only gives help on how to send email messages, not check for them. (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/exchanchor/htms/msexchsvr_cdo_top.asp)
has anyone successfully grabbed mail off a MS Exchange server using coldfusion?
or i get this (if I play with the server and/or login info): This exception was caused by: javax.mail.MessagingException: Connect failed; nested exception is: java.net.ConnectException: Connection refused: connect
the "no such mailbox" error leads me to believe you can't use cfpop here since I would think i need to specify a username and mailbox name, but there is no "mailbox" attribute in cfpop.
I've read it's possible to create a COM object using CDO (CDOSYS) to utilize MAPI to connect to the exchange server to accomplish the same thing. However, every tutorial or example of this i've googled for (or searched for on MSDN) only gives help on how to send email messages, not check for them. (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/exchanchor/htms/msexchsvr_cdo_top.asp)
has anyone successfully grabbed mail off a MS Exchange server using coldfusion?