-
Hey all of you out there...
I wondered, where can I find some good archieve of VBsctipt Objects help? you know, Those you create with the CreateObject function. I need some source of details about these VBscript objects.
Thanks.
[Edited by Lior on 05-28-2000 at 02:45 PM]
-
Well, let's see. Help for the FileSystemObject or any of the Shell or Wscript objects can be found at http://msdn.microsoft.com/scripting. If you're working with any of the Office family of programs, the best help is in the respective application's VBA help file. Of course, you will have to pull them off of the cd as they don't install in a normal setup. Or you can check out Microsoft's Office Visual Basic Programmer's Guide book. I think there is an online version on Microsoft's website. These are the most common objects created with CreateObject. If you are using one not listed please tell me what it is and I will be glad to give any help I can.
-
Hello..
I just wanna use the whole "Outlook.Application" object.
I mean, I wanna know the whole features, functions, and properties of that object. I also wanna know how to access the WAB (Windows Address Book) stored details by this object.
Any Idea of where I can find a good source of help for the "Outlook.Application" object?
Waiting for an answer.