Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Problem in Outlook with Matlab
Posted:
Dec 23, 2012 8:12 PM
|
|
"Deepanshu" wrote in message <kadfgv$5jj$1@newscl01ah.mathworks.com>... > I was trying to make connections with outlook via matlab. > >>outlook = actxserver('Outlook.Application') > gives > outlook = > > COM.Outlook_Application > >>mapi=outlook.GetNamespace('mapi') > > No appropriate method, property, or field GetNamespace for class > COM.Outlook_Application. > ^^ Error comes. > > > Also > >>fieldnames(outlook) > ans = > Empty cell array: 0-by-1 > >>invoke(outlook) > gives no result at all. > >>get(outlook) > 1x1 struct array with no fields. > > This used to work perfectly earlier.what is the problem now?I am using Matlab 2012 a and outlook 2007.Can Anyone help..
What about this? http://www.mathworks.com/support/solutions/en/data/1-RTY6J/ http://www.mathworks.com/support/solutions/en/data/1-RTY6J/
|
|
|
|