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