Code sample for sending email via outlook using late binding...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Does anyone have any code samples (or links to) for sending an email message
via outlook using late binding?

Many thanks.
 
Steve Randall said:
Does anyone have any code samples (or links to) for sending an email message
via outlook using late binding?

Steve,

I don't know if this will help or not, but for Word automation I always
write what I want using early binding. Then after that is done, I take on
the tedious task of converting it to late binding. I have never done
anything with Outlook, but maybe you could use this method if you know how to
accomplish it in early binding.

Hope this helps,

Rob
 
Back
Top