Send email to outlook web access from word

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..??
 
K

Ken Slovak - [MVP - Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top