feval in actxserver error when open outlook application only! why?
2 次查看(过去 30 天)
显示 更早的评论
>> h = actxserver('Outlook.Application'); ??? Error using ==> feval Server Creation Failed: Server execution failed
Error in ==> actxserver at 87 h=feval(['COM.' convertedProgID], 'server', machinename, interface);
3 个评论
Michael VanMeter
2020-10-5
BUMP!
Running R2018a on Windows 10. The actxserver function connected to Outlok just fine last week. Now I get the same error those above.
>> h = actxserver('outlook.Application');
Error using feval
Server Creation Failed: Server execution failed
Error in actxserver (line 86)
h=feval(['COM.' convertedProgID], 'server', machinename, interface);
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!