Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OutLook
Message
 
 
To
18/03/2003 17:16:49
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00767281
Message ID:
00767313
Views:
10
>How do i move a MailItem to a Specific Folder?
>
>i have this
>
>oDeleted = oNS.GetDefaultFolder(olFolderDeletedItems)
>
>oItems = oInbox.Items
>
>oMailItem = oItems.Item(1)
>oMailItem.Move(oDeleted) && At this point a receive an error message that says: Parameter not optional, Why?

Hi Wilson,
What's VFP version? If it's VFP7, try to add "=".
=oMailItem.Move(oDeleted)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform