|
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..
|