Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Laumching Oulook & Attaching a file to email from VFP
Message
From
19/11/2001 10:39:42
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
19/11/2001 10:20:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00583326
Message ID:
00583451
Views:
31
>will this same code work for outlook express?

As is won;t work for Outlook Express. But very similar. Attachment adding looks like :
 IF This.parent.aAttachList[1] = "C"
   FOR ix = 1 to alen(This.parent.aAttachList,1)
	IF file(This.parent.aAttachList[ix])
           IF .AttachmentCount > 0
	      .AttachmentIndex = .AttachmentIndex + 1
	   ENDIF
	   .AttachmentPathName = This.parent.aAttachList[ix]
	ENDIF
   ENDFOR
 ENDIF
You need to adjust attachmentindex and pathname per attachment file.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform