Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mapi
Message
From
30/12/1998 16:31:51
Gordon Evans
Megabyte Computer Services Ltd
Sheffield, United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Mapi
Miscellaneous
Thread ID:
00171724
Message ID:
00171724
Views:
60
New boy to this conference.
I'd like to email attached files using MAPI.
I can email messages with 100% reliably with fom based on the solutions example, but when I try to attach files the form fails.

I've tried

WITH THISFORM.OLEMessage
.MsgIndex=-1
.RecipDisplayName=ALLTRIM(THISFORM.txtSendTo.VALUE)
.MsgSubject=THISFORM.txtSubject.VALUE
.MsgNoteText=THISFORM.edtMessage.VALUE
.SessionID=THISFORM.olemapisession.sessionid
.AttachmentIndex = 0 && first attachment
*.AttachmentName && no value assigned
.AttachmentPathName = "C:\testattachment.txt"

* or
.AttachmentName = "testattachment.txt"
.AttachmentPathName = "C:\"

Nether of which work

If change send(.f.) && no user interaction
to send(.t.) && user to create mail
manualy Attach a file
It works

Help please.

Gordon.
Next
Reply
Map
View

Click here to load this message in the networking platform