Importing a file into M. Outlook 2000

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

Hi
I am unable to import a contact list created in excel.
I get the error messages;
1. Internal error 2711
 
Hi Susan,

By the sounds of it I think your trying to attach an
attachment, this works,

// Runs MS Outlook with an attached file.
string ls_outlook = "C:\Program Files\Microsoft
Office\Office\outlook.exe"
ls_run_string = '"' + ls_outlook + '" /c IPM.Note /m '
+ ' /a' + ls_attach
run(ls_run_string)

Note: ls_attach is the name of the document.

I am trying to auto populate the email address and subject
line. Do u know how to do this?
 
Back
Top