Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OutLook
Message
 
 
À
18/03/2003 17:16:49
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00767281
Message ID:
00767313
Vues:
9
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform