C
Culverin
Good Morning:
We've been experiencing problems with our users opening older versions of
custom appointment forms. We have about 500 users across the country of
varying experience with working with Outlook. I'd like to implement a
bulletproof form version number check on the item Open event to ensure that
users always have the current version of the form.
Referencing the version number of the appointment item that is being opened
is very easy.
OpenedFormVersion = Item.FormDescription.Version
I need to compare this version number against the version number of the form
that is associated with (installed in) a folder; which is always the current
version.
The path to the folder for the form for which I want to get the version
number is
oNameSpace.Folders("Mailbox - NAT-CSD-Appointments").Folders("Offices")
What I'd like help with is the VB Script syntax to reference the version
number of the custom appointment form that is installed in the Offices folder.
Any help you can give will be greatly appreciated. Thanks.
We've been experiencing problems with our users opening older versions of
custom appointment forms. We have about 500 users across the country of
varying experience with working with Outlook. I'd like to implement a
bulletproof form version number check on the item Open event to ensure that
users always have the current version of the form.
Referencing the version number of the appointment item that is being opened
is very easy.
OpenedFormVersion = Item.FormDescription.Version
I need to compare this version number against the version number of the form
that is associated with (installed in) a folder; which is always the current
version.
The path to the folder for the form for which I want to get the version
number is
oNameSpace.Folders("Mailbox - NAT-CSD-Appointments").Folders("Offices")
What I'd like help with is the VB Script syntax to reference the version
number of the custom appointment form that is installed in the Offices folder.
Any help you can give will be greatly appreciated. Thanks.