Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving Outlook Message
Message
From
12/03/2002 06:43:43
Michael Ouellette
Australian Technical Services (VIC) Pty
Australia
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00631337
Message ID:
00631395
Views:
21
Make sure if you move a series of emails that you count backwards
moving item 1 first them makes item 2 item 1

for x= 100 to 1 step -1
Thisform.oMail.oInbox.Items[x].move(moveloc)

endfor
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform