Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine outlook folder numbers
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01455990
Message ID:
01457645
Vues:
109
hi christof
having a bit of trouble getting this work. am i supposed to initiate the second folder in the set up of the program?
Local loOutlook   As Outlook.Application
Local loNameSpace As Outlook.NameSpace
Local loInBox     As Object
Local loMSG      As Outlook.MailItem
Local lnUnRead    As Integer
Local loAttach,llAttach

#Define olFolderInBox      6

loOutlook   = Createobject('Outlook.Application') 
loNameSpace = loOutlook.GetNamespace("MAPI")
>Hi Karen,
>
>that should be:
>
>
>=loMSG.Move(loNameSpace.Folders("Mailbox - Principle").Folders("Processed"))   
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform