how do i know if two version of MS outlook are working like 2000,.

  • Thread starter Ken Slovak - [MVP - Outlook]
  • Start date
K

Ken Slovak - [MVP - Outlook]

What do you mean by "working like"?

If you want to know if an Outlook version is 2000 look for
Outlook.Application.Version, which is a string. The left character of the
string would be "9" for Outlook 2000 (left 2 characters are "10" for Outlook
2002 and "11" for Outlook 2003).
 
Top