Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get CDO Message attachments contents
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00799089
Message ID:
00799164
Vues:
29
Marcel,

Take a look at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/_cdosys_imessage_attachments.asp

>Hi All,
>
>
>I am using the foll. code to get *.EML message from a drop directory.
>
>To test I put a *.EML message with att. in your local C:\
>( drop to the explorer from outlook .. )
>
>
>
>loDropDir = CREATEOBJECT("cdo.dropdirectory")
>loMsgs = loDropDir.GetMessages("C:\")
>loMsg = loMsgs.ITEM(1)
>loAttach = loMsg.Attachments
>IF loAttach.Count > 0
>
>   loAttachFile = loMsg.Attachments.Item(1)
>
>   * loAttachFile is a object but I don't know the interface ?
>
>ENDIF
>
>
>Tks
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform