View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Send excel contents to POP3 mail server such as Yahoo

Hi Madhan

Why not mail without a mail program ?

Try
http://www.rondebruin.nl/cdo.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Madhan" wrote in message ...
Hi, is it possible to use only VBA, to do the following.
1. Login to a pop3 server with valid account
2. Create a message, using the contents (contents include, from mail id, to
mail id, subject and of course the message) of a worksheet
3. Send the message to one or more pop3 mail recepients
The reason being, I am unable to find any code snippet that does this using
only VBA. All samples use some kind of DLL developed using C/C++/VC++/C#
etc.. that provide api that exposes services to do the above.