Exception Outlook 2010 add in

Posted by muzammil ahmed on Stack Overflow See other posts from Stack Overflow or by muzammil ahmed
Published on 2012-04-11T21:47:21Z Indexed on 2012/04/11 23:29 UTC
Read the original article Hit count: 278

Filed under:
|

I am facing a exception with a addin that we have written for outlook 2010. Basically i am calculating the size of the emails.

Following are the details of the exception

Message: Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL)) 
 -Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL)) -    
   at Microsoft.Office.Interop.Outlook._MailItem.get_Size()
   at MFToolHelper.getFolderItemsSize(Items fItems)
Category: Exception
Priority: -1
EventId: 0
Severity: Error
Title:LogErrorMessage :    at Microsoft.Office.Interop.Outlook._MailItem.get_Size()
Win32 ThreadId:5960

Thanks

© Stack Overflow or respective owner

Related posts about outlook

Related posts about outlook-addin