Send email to outlook web access from word

Status
Not open for further replies.
B

bGNhX3NzbQ

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.

"lca_ssm" <lca_ssm> wrote in message

news:40CB087D-D5DD-429D-AD98-BC2279423E00@microsoft.com...

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

>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
M Outlook 365 refuses to send email Using Outlook 0
M Outlook, send to > mail recipient - results in plain text email Using Outlook 1
M Extract all links from Outlook email, send to Excel Using Outlook 2
M Can't send email in outlook.com Using Outlook 9
A Outlook - Send New 20 Attachments through Email Using Outlook 4
D send email from Excel using outlook template Outlook VBA and Custom Forms 3
T Can't send email through connected account (outlook.live.com) - goes to Drafts folder Using Outlook.com accounts in Outlook 3
S Send email from excel based on a condition (outlook 2007) Outlook VBA and Custom Forms 1
V Outlook 2010 – Send email based on categories Using Outlook 2
D Outlook VBA to open Excel attachment and send recipient's email address to a workbook cell? Using Outlook 4
S Can't send messages using Outlook 2007 from a business email Using Outlook 3
C outlook 2013-how do i send email to myself? Using Outlook 1
H Problems With Outlook 2013 VBA To Send and Print an email Outlook VBA and Custom Forms 1
R Outlook 2010 Send from other email address uses account address instead Using Outlook 1
A Application_ItemSend not accessed when sending email outside outlook (i.e. word or send to mail from Using Outlook 7
R Outlook 2013 cannot send email error 0x700700c1 Using Outlook 1
J Email won't send Automatically in Outlook 2010 Using Outlook 3
S unable to send email from my second address (outlook 2007) Using Outlook 2
H outlook 2010 email can't send to other domain Using Outlook 1
R outlook 2010 can't send email Using Outlook 0
D Outlook 2013 Doesn't Send email from Web Page Unless Outlook Is Open Using Outlook 2
O Outlook 2010 Stops Working When Accounting Application Tries To Send eMail Using Outlook 4
B Outlook 2007 - How to set the "send from diff email" as default? Using Outlook 5
M Outlook 2007 cant send email with vista Home Premium Using Outlook 8
I Send Secure Email Through Microsoft Outlook 2007 and 2010 (32 bit) Using Outlook 0
I Send Secure Email Through Microsoft Outlook 2007 and 2010 (32 bit) Using Outlook 0
M Unable to send email to gmail - using Outlook 2007 Using Outlook 3
W Outlook Coding - Select different email adresses to send from Outlook VBA and Custom Forms 5
R Outlook 365 VBA AUTO SEND WITH DELAY FOR EACH EMAIL Outlook VBA and Custom Forms 0
J Macro to send email as alias Outlook VBA and Custom Forms 0
F Add a category before "Send an Email When You Add an Appointment to Your Calendar" Outlook VBA and Custom Forms 0
W Outlook 365 I am getting the "Either there is no default mail client" error when I try to send an email on excel Office 365 Using Outlook 1
Witzker Outlook 2019 Macro to send an Email Template from User Defined Contact Form Outlook VBA and Custom Forms 0
Geldner Tweak Junk Email Reporting tool to default to particular email on send? Using Outlook 3
glnz O365 - How to send from acct 2 but showing email name from acct 1 as From - alias? Using Outlook 0
T After I send a new email, it remains in the Draft folder Using Outlook.com accounts in Outlook 3
S Change VBA script to send HTML email instead of text Outlook VBA and Custom Forms 3
M ERROR: None of your email accounts could send to this recipient Using Outlook 2
J Add an Attachment Using an Array and Match first 17 Letters to Matching Template .oft to Send eMail Outlook VBA and Custom Forms 2
ChrisK2 Send email to advertise@slipstick.com fails: "The group advertising isn't set up to receive messages from..." Using Outlook 3
R auto send email when meeting closes from a shared calendar only Outlook VBA and Custom Forms 2
X Unable to send an email from one account to another on same PC Using Outlook 2
M VBA to send reminder email if no response Using Outlook 13
D Using a VBA Custom Form to Send Reoccurring Email Upon Task Completion Outlook VBA and Custom Forms 4
B When working on emails in a certain folder, when I hit reply or reply all, I would like it re always reply all and add an email address to send to Outlook VBA and Custom Forms 3
S Send email via SMTP - use transport rules to add to senders inbox (then rule to move to sent items Exchange Server Administration 1
R Prompt asking the user to send email to folder as *.msg file Outlook VBA and Custom Forms 1
D Is it possible to automatically send an email when it is moved to a folder? Exchange Server Administration 1
Diane Poremsky How to Send Email When Traveling or Using Public Wi-Fi Using Outlook 0
B VBA Help Email that will save as draft and send as attachment Outlook VBA and Custom Forms 3

Similar threads

Back
Top