-
Topic
-
We have clients on 6.5 and 7.
We have French and English clients.
the code bellow fails (probably because of the Home) on French 7.0 clients.
if (groupwise.EnvVersionName > "7") then
iWIPPath = GroupWise.Account.Owner.DisplayName & " Home" & GroupWise.Account.WorkFolder.Name
else
iWIPPath = GroupWise.Account.Owner.DisplayName & "" & GroupWise.Account.WorkFolder.Name
end if
' Save the draft message to the Work in Progress folder
' Utilities.Trace "iWIPPath=" & iWIPPath
Groupwise.ItemSaveMessageDraft iWIPPath
Is it Accueil in French ???
thanks,
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.