![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
My program;
#define mailitem 0 oOutLookObject = CreateObject("Outlook.Application") oEmailItem = oOutLookObject.CreateItem(mailitem) WITH oEmailItem ]) .Subject = [TEST] .cc=[ ] .Importance=1 .Body = [ ] ??????? && here i need to attach a file *.msg or *.dot ENDWITH release oEmailItem,oOutLookObject,pcTekst,pcOnderwerp What's the problem ? I want to attach a file in outlook with a program, my program works but it's only send tekst to Outlook. So I think I need another statement in place of ".body" I need to send files *.msg or Outlook template files. I looked everywhere, burt I can't find a solution. So i will be very pleased if someone could help me. -- huub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cannot Attach File with Outlook 2007 | Rob Schneider | Outlook - General Queries | 1 | April 7th 07 02:14 PM |
Attach file vs insert file | TOP | Outlook - General Queries | 2 | March 17th 07 01:29 PM |
Outlook 2003 attach file very slow, Pls help! | Ben | Outlook - General Queries | 1 | October 8th 06 08:39 PM |
Problem With File Attach .dat | Tom | Outlook Express | 6 | September 17th 06 12:37 AM |
How do I attach a file as a shortcut? | Christa | Outlook - General Queries | 2 | September 15th 06 10:29 AM |