Message 1 of 1
attach recap file by code syncronously

Not applicable
12-09-2015
09:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to attach a rcp file by code syncronously into the Application.DocumentManager.DocumentActivated event
the SendStringToExecute way is not an option because it is async
it seems that Editor.Command can be called only ouside application context so I cannot use it either
is there some other option?
thank you