N.Meyer
Posts: 28
Joined: 2012-11-07
|
Hello,
We insert text content from our application using the "InsertFile" method and the Outlook add-in.
Now we have a case where this message dialog "Contacting the server for information" is displayed. Sometimes displayed for more than 1 minute.
We want to cancel it after 30 seconds.
Is there any way to cancel the call to _Document.InsertFile? Can you help us here?
Thanks in advance
Nedeljka Meyer |
|
Andrei Smolin
Add-in Express team
Posts: 19098
Joined: 2006-05-11
|
Hello Nedeljka,
This isn't supported by the Word Object Model. You can try to use Windows API and/or UI Automation to deal with this.
Andrei Smolin
Add-in Express Team Leader |
|