Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mail MSMapi Control and OUTLOOK 2000
Message
De
24/07/2001 22:39:52
 
 
À
24/07/2001 19:54:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00534731
Message ID:
00534795
Vues:
12
>Hi Chris,
>
>Yes, I have a session id and logged on. It works in Express and it acutally works on OUTLOOK 2000 but without the attachment.
>
>Any Ideas?
>
>Thanks!


Trying to convert this from my code to your code. (Might not work).
*-- Yours at the moment
This.oleMMess.attachmentindex = 0
This.oleMMess.attachmentName = lcFileName
This.oleMMess.attachmentPathName = lcFilePath
This.oleMMess.attachmentType = 0

*-- Try this
This.oleMMess.attachmentindex = This.oleMMess.attachmentCount && or try 1

*--------
*-- I think the position is what is causing the problem for you.
*-- you need it set in Outlook 2000. This is how I set it.
    lnAttachPos = (LEN(cbodytext)-ALEN(THIS.aattachmentfiles,1))-1 
    && aAttachmentFiles[1] is lcFilePath,
    This.oleMMess.attachmentPosition = lnAttachPos
*--------
This.oleMMess.attachmentName = lcFileName
This.oleMMess.attachmentPathName = lcFilePath
Have a nice day :)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform