sending email trough ms outlook from outside MS outlook

  • Thread starter Thread starter level-D
  • Start date Start date
L

level-D

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top