WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

OLE and Outlook
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Outlook Version


Question:

Does anyone know if the OLE for Outlook will allow you to determine the version of Outlook running?

Answer:

Yes, see the version property of the application object.

objOutlook = ObjectOpen("Outlook.Application")
Message("Version",objOutlook.version)
objOutlook = 0

Article ID:   W16588
File Created: 2005:02:18:12:21:34
Last Updated: 2005:02:18:12:21:34