Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read Inbox
Message
From
10/05/2004 13:13:52
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00902483
Message ID:
00902504
Views:
27
Tks r ur help Sergey!
I wanna some more small :p
I have this code
oOutlook = CreateObject("OutlookExpress.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...:)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform