Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine outlook folder numbers
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01455990
Message ID:
01457645
Views:
108
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"))   
>
Previous
Reply
Map
View

Click here to load this message in the networking platform