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)
Outlook Integration - document level operations
jYM
I'm working on an implementation of ICommand for Outlook which needs to process documents, having previously developed workspace and folder level commands, but can't seem to identify the selected document item(s). The context "iManWT.SelectedWtItem" seems to return the folder instead. Am I missing something obvious here? How can I determine which document(s) are selected when the command is executed?
Jim
Environment: WinXP Pro, Worksite MP 4.1.1, Outlook2002, VB6
Find more posts tagged with
Comments
mahmed1
I believe you use this context item.
"iManWT.SelectedVersions"
let me know if it works.
jYM
Yes indeed, that seems to work, though the value is a conventional collection (variant array) of versions, not an ICollection.