Click here to Skip to main content
15,913,486 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongenerating the crystal reports in webapplication asp.net 2.0 Pin
praveenanand25-Mar-07 20:06
praveenanand25-Mar-07 20:06 
AnswerRe: generating the crystal reports in webapplication asp.net 2.0 Pin
Abolfazl Sheikhloo25-Mar-07 21:26
Abolfazl Sheikhloo25-Mar-07 21:26 
QuestionBind Value in Datagrid Pin
Malayil alex25-Mar-07 20:04
Malayil alex25-Mar-07 20:04 
AnswerRe: Bind Value in Datagrid Pin
Sathesh Sakthivel25-Mar-07 20:08
Sathesh Sakthivel25-Mar-07 20:08 
AnswerRe: Bind Value in Datagrid Pin
varshavmane25-Mar-07 20:11
varshavmane25-Mar-07 20:11 
QuestionValidation not working on live server Pin
girishdonde25-Mar-07 20:03
girishdonde25-Mar-07 20:03 
AnswerRe: Validation not working on live server Pin
Abolfazl Sheikhloo25-Mar-07 20:55
Abolfazl Sheikhloo25-Mar-07 20:55 
QuestionReading Inbox of Outlook Pin
varshavmane25-Mar-07 19:58
varshavmane25-Mar-07 19:58 
I have added dll named and created the object.Here is the code:

Imports Outlook = Microsoft.Office.Interop.Outlook

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Try
Dim app As Outlook.Application = New Outlook.ApplicationClass()
Dim NS As Outlook.NameSpace = app.GetNamespace("MAPI")
Dim inboxFld As Outlook.MAPIFolder = NS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox)
For Each t As Outlook.MailItem In inboxFld.Items
Try
Response.Write(t.Subject)
Catch ex As Exception
End Try
Next
Catch ex As Exception
End Try
End Sub

If any undelivery mail is there in the Indox it thorws an exception saying:

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: 0x80004002 (E_NOINTERFACE)).

Can anyone tell me how can I handle this as I need to read all the mails and seperate the delivery mails and undelivery mails.

Also how can I make the reading from date to date.I mean I need to read only mail a week back but not all.

Thanks in advance...
QuestionCount user visit in website Pin
ScottZu25-Mar-07 19:57
ScottZu25-Mar-07 19:57 
AnswerRe: Count user visit in website Pin
Sathesh Sakthivel25-Mar-07 20:01
Sathesh Sakthivel25-Mar-07 20:01 
QuestionAsynchronous web service access problem. Pin
AmitChampaneri25-Mar-07 19:35
AmitChampaneri25-Mar-07 19:35 
QuestionWebservice Tutorial Pin
siddisagar25-Mar-07 19:23
siddisagar25-Mar-07 19:23 
AnswerRe: Webservice Tutorial Pin
Sathesh Sakthivel25-Mar-07 19:26
Sathesh Sakthivel25-Mar-07 19:26 
QuestionString to integer Conversion Pin
Kissy1625-Mar-07 19:20
Kissy1625-Mar-07 19:20 
AnswerRe: String to integer Conversion Pin
VaibhavTiparadi25-Mar-07 19:31
VaibhavTiparadi25-Mar-07 19:31 
GeneralRe: String to integer Conversion [modified] Pin
Kissy1625-Mar-07 20:07
Kissy1625-Mar-07 20:07 
GeneralRe: String to integer Conversion Pin
VaibhavTiparadi25-Mar-07 20:29
VaibhavTiparadi25-Mar-07 20:29 
AnswerRe: String to integer Conversion Pin
Muhammad Faisal Khanani25-Mar-07 19:36
Muhammad Faisal Khanani25-Mar-07 19:36 
GeneralRe: String to integer Conversion Pin
Kissy1625-Mar-07 21:19
Kissy1625-Mar-07 21:19 
GeneralRe: String to integer Conversion Pin
VaibhavTiparadi25-Mar-07 21:30
VaibhavTiparadi25-Mar-07 21:30 
GeneralRe: String to integer Conversion Pin
Kissy1625-Mar-07 21:57
Kissy1625-Mar-07 21:57 
GeneralRe: String to integer Conversion Pin
VaibhavTiparadi25-Mar-07 23:14
VaibhavTiparadi25-Mar-07 23:14 
GeneralRe: String to integer Conversion Pin
Muhammad Faisal Khanani25-Mar-07 23:56
Muhammad Faisal Khanani25-Mar-07 23:56 
QuestionConnection to Access 2007 Database Pin
Paul McGann25-Mar-07 9:25
professionalPaul McGann25-Mar-07 9:25 
AnswerRe: Connection to Access 2007 Database Pin
StianSandberg25-Mar-07 12:03
StianSandberg25-Mar-07 12:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.