If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Mail a selected list out of SQL a PDF-file

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-03, 11:12
Gust Gust is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
Mail a selected list out of SQL a PDF-file

I'm not an experienced SQL or VB-programmer. I can programm basic things in VBA and can read VBS and VB-programms

Now I have to send a PDF-file to a lot of people in a SQL-table, based on customergroup

Making a selection is no problem but how do I send this mail ? Is there some code available that I can use ?

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 10-01-03, 19:45
bill_dev bill_dev is offline
Registered User
 
Join Date: Sep 2003
Posts: 60
Re: Mail a selected list out of SQL a PDF-file

Lookup Microsoft MAPI controls

You basically...
open mapi session
create mapi message
attach PDF
Call message's Send method
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On