|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Thu Nov 20, 2003 4:25 pm
Com and Ole |
I have followed all the directions read the help files and the additional files in the news on this forum
However I am still unable to get the comget example to work
Does anyone know what i am doing wrong?
i even just tried cuting and pasting the exampl to an alias or trig someway to execute it, and i keep gittin a Parse error. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Thu Nov 20, 2003 11:22 pm |
The example in the help was taken directly from the support library document on Using COM. Obviously that example is dependent upon having an application that responds to the name "Outlook".
Perhaps you should say exactly how it is not working. |
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Fri Nov 21, 2003 11:15 am |
Error parsing command
Invalid class string
I sthe message i get from Zmud
When i try to execute this in anything trig alias button
#VAR Outlook %comcreate("Outlook.Application")
#VAR NameSpace @Outlook.GetNamespace("MAPI")
#VAR Folders @NameSpace.Folders("Personal Folders")
#VAR InBox @Folders.Folders("InBox")
#VAR Msg @InBox.Items(1)
#CALL %comset(Msg,"Subject","This is a test")
#CALL @Msg.Save
I did check to make sure outlook was in my system and working and i don't have a problem with that
but maybe if it called another program i could compare, but sice I can't get the thing to work I can't play with it to make a different one.
WindowsXP newest Ver of zmud |
|
|
|
|
|