| | |
Access your Outlook application using VB.NET?
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2006
Posts: 116
Reputation:
Solved Threads: 0
I m writing a code in VB.NET to access MS outlook Folders.Following is the code.I want tht when I click on the link on the message"subject" hyperlink it will go to the body of the message in the required folder.Wht should be given in a href?
For i = 1 To oItems.Count
oMsg =oItems.Item(i)
s.WriteLine("<li>")
s.WriteLine("<a href=ConsoleApplication1.exe?oPFolder=Personal Folders&sFolder=Inbox&oMsg=i>" + oMsg.Subject + "</a>")
s.WriteLine("</li>")
and how can we get the message body.I want that there is a hyperlink on Subject of each msg and when we click on this link the body of tht msg subject should be displayed.How can I do it?
For i = 1 To oItems.Count
oMsg =oItems.Item(i)
s.WriteLine("<li>")
s.WriteLine("<a href=ConsoleApplication1.exe?oPFolder=Personal Folders&sFolder=Inbox&oMsg=i>" + oMsg.Subject + "</a>")
s.WriteLine("</li>")
and how can we get the message body.I want that there is a hyperlink on Subject of each msg and when we click on this link the body of tht msg subject should be displayed.How can I do it?
![]() |
Similar Threads
- Forms Authorization/ Authentication using asp .net and vb .net (ASP.NET)
- Image Comparison Application using ASP.net?..Result in Percentage Format?..!! (ASP.NET)
- Accessing a specific calander when calling outlook.application (Visual Basic 4 / 5 / 6)
- Drag n drop an mailitem from MS Outlook to C# application (C#)
- Access your Outlook application using PHP? (PHP)
- Problem with VB.NET and MS Access (VB.NET)
- ASP.NET controls in Office 2003 style? (ASP.NET)
Other Threads in the VB.NET Forum
- Previous Thread: simple cash register (pos) problem - please help!!
- Next Thread: InvalidCastException in VB.NET?
| Thread Tools | Search this Thread |
.net .net2008 2008 access add advanced application array basic beginner browser button buttons center click code combo cpu cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse employees excel exists fade filter forms html images input internet listview map mobile module monitor msaccess mysql net number objects open pan panel pdf picturebox picturebox2 port position print printing printpreview read regex remove reuse right-to-left save search searchvb.net serial settings shutdown socket sqldatbase sqlserver storedprocedure survey temperature textbox timer timespan transparency txttoxmlconverter user usercontol vb vb.net vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web winforms wpf wrapingcode xml year





