Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read Inbox
Message
 
 
À
10/05/2004 13:13:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00902483
Message ID:
00902541
Vues:
15
So it's Oulook not Oulook Express?

>I wanna some more small :p
>I have this code
oOutlook = CreateObject("Outlook.Application")
>oNS = oOutlook.GetNameSpace("MAPI")
>oInbox = oNS.GetDefaultFolder(6)
>oMsgs = oInbox.Items
>
>For Each oMsgs IN oMsgs
>  With oMsgs
>     cSentBy = .SenderName
>     cSubject = .Subject
>     cBody .Body
>  EndWith
>EndFor
>This code is simple...but I need to find the others properties like .SenderName, .Subject.....where can I find information about it?
>tks r ur attention...:)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform