Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Visual Basic scripting when dragging and dropping
EvDev
This came from the WorkSite 8.2 Release Notes.
Added the ability to support Visual Basic scripting when dragging and dropping emails from FileSite when auto-profiling is enabled. For more information, see Visual Basic Scripting for WorkSite Dialogs in the WorkSite SDK. (38385)
What can we do with it?
Find more posts tagged with
Comments
jny
We don't actually execute the NewProfileCmd when it's auto-profiling. Instead, we use the AutoNewProfileCmd command to handle the importing operation. As such, we have a new script, the AutoNewProf.nrs script, that is used to catch the AutoNewProfileCmd events.
In the 8.2 SDK manual, Visual Basic Scripting for WorkSite Dialogs.pdf: VBScripting Support for Email AutoProfiling in FileSite documents how this script is used.