Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dir comm for Outlook Express
Message
 
To
03/06/2003 16:13:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00791744
Message ID:
00796189
Views:
20
This works fine. Thanks
x = FullCount
do while x > 0
? x, Fullcount
loInboxItems = loInbox.Items
loEmail = loInboxItems.Item(x)
loEmail.Delete
x = x - 1
enddo
Previous
Reply
Map
View

Click here to load this message in the networking platform