Send email to outlook web access from word

  • Thread starter Thread starter lca_ssm
  • Start date Start date
L

lca_ssm

I am trying to find the right VBA code to send
an email using outlook web access

I need code that will to open a new email in OWA and
then paste whatever I have copied to the clipboard
in the main body of the email text.

do I need to create the email object or something..
Set oOutlookApp = CreateObject("Outlook.Application")

Also... is it possible to use create and use email templates
with OWA..??
 
Questions about OWA should be posted to an Exchange development group, they
have nothing to do with Outlook. I don't even know that you can control OWA
at all like that.

To use Outlook you would create an Outlook.Application object or hook into a
running instance of one.
 
Back
Top