01-07-2013, 02:55 PM
I restarted QM and ran this
but got the error
Error in Archive Item in Outlook: unknown identifier.
note: I did tighten up the "Outlook" declaration names.
Macro Archive Item in Outlook
Trigger CSAy 0x4
but got the error
Error in Archive Item in Outlook: unknown identifier.
note: I did tighten up the "Outlook" declaration names.
Macro Archive Item in Outlook
Trigger CSAy 0x4

typelib Outlook {00062FFF-0000-0000-C000-000000000046} 9.4
str foldername="2013 Archive"
Outlook.Applicatiaon app._getactive
Outlook.MailItem msg=app.ActiveExplorer.Selection.Item(1); err 'D; ret
Outlook.MAPIFolder froot=app.GetNamespace("MAPI").Folders.Item(1)
Outlook.MAPIFolder fdest=froot.Folders.Item(foldername)
out fdest