Click here to Skip to main content
15,918,742 members

Comments by Member 13628387 (Top 3 by date)

Member 13628387 18-Mar-18 23:19pm View    
And there are 6037 emails in my outlook inbox but when I am debugging with the code it shows 1915 as the count in that for loop (foreach (Outlook.MailItem item in inbox.Items)). I really want to crack this code, I don't know how to fix this). Mainly I want to show all the emails from the outlook inbox in windows application(Grid) using c#
Member 13628387 18-Mar-18 23:01pm View    
Sorry but i am still getting this below error whenever i am trying to fetch all my mails from outlook imbox
Error is: Unable to cast COM object of type 'System._ComObject' to interface type 'Microsoft.Office.Interop.Outlook.MailItem'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00063034-0000-0000-C000-000000000046}' failed due to the following error: No such interface supported (Exception from HRESULT: 0*80004002 (E_NOINTERFACE)).
Member 13628387 15-Mar-18 2:31am View    
There is a different error, It says:
Operator '==' cannot be applied to operands of type 'OlObjectClass' and 'int'