View Single Post
  #2  
Old May 8th 06, 02:56 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default sending email trough ms outlook from outside MS outlook

Like other Office programs, Outlook has a rich object model for programmers; see http://www.outlookcode.com/d/vb.htm for some basic walkthroughs.

However, external programs that send messages through Outlook are subject to security prompts that cannot be disabled for a standalone user; see http://www.outlookcode.com/d/sec.htm. You may want to stick with your current approach.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"level-D" wrote in message ups.com...
Hi all,

Currently I'm using BLAT (in combination with self made scripts) to
send emails to customers with specific data and document attached. This
works trough a smtp server.

I'm looking for an option to do the same but without sending it
directly to the smtp server but trough the default MS outlook account.
Actually a way to send emails with attachement to specific people from
outside MS outlook but though the ms outlook account on that pc.

Any help ?

Many thanks on forehand !!

Ronald.

Ads