Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Delete stop working
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00839827
Message ID:
00839838
Views:
39
This message has been marked as the solution to the initial question of the thread.
Yuri,

This error is usually cured by prefixing method call with "=".
= loNameSpace.GetItemfromID(EntryID,lcFolderID).DELETE()
* or if it doesn't work
loFolder = loNameSpace.GetItemfromID(EntryID,lcFolderID)
= loFolder.Delete()
>All of a sudden the program working for months cleaning the folders in MS Outlook 2000 SR1 (9.0.0.4527) stopped with the error message "Parameter is not optional" on the line with DELETE:
>
>loOutlook = creAteOBJECT("outlook.application")
>loNameSpace = loOutlook.APPLICATION.GetNamespace('MAPI')
>.......
>loNameSpace.GetItemfromID(EntryID,lcFolderID).DELETE
>(delete the message having entryid in the folder having lcFolderID)
>
>Trying to resolve it with various syntax combinations and approaches I finally give up.
>
>Any ideas will be appreciated.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform