View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Madhan Madhan is offline
external usenet poster
 
Posts: 78
Default Send excel contents to POP3 mail server such as Yahoo

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.