Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPIMessage Problems Attaching
Message
De
24/05/1999 17:22:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
MAPIMessage Problems Attaching
Divers
Thread ID:
00222242
Message ID:
00222242
Vues:
103
I am trying to attach a file to email, but I keep getting that error that the Attachment is not found even though it really is there. Here is my code:

WITH THISFORM
.oleSession.Signon
IF .oleSession.SessionID > 0
.oleMessage.SessionID = .oleSession.SessionID
ELSE
RETURN .F.
ENDIF

.oleMessage.Compose
.oleMessage.MsgSubject="Witness Needed"
.oleMessage.AttachmentIndex=.oleMessage.AttachmentCount+1
.oleMessage.AttachmentPathName="c:\form.pdf"
.oleMessage.AttachmentName=""
.oleMessage.RecipIndex = 0
.oleMessage.RecipDisplayName=RecipName
.oleMessage.ResolveName
.oleMessage.Send(0)

ENDWITH

Thanks for the help-Sara
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform