Access your Outlook application using VB.NET?

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2006
Posts: 116
Reputation: bhavna_816 is an unknown quantity at this point 
Solved Threads: 0
bhavna_816 bhavna_816 is offline Offline
Junior Poster

Access your Outlook application using VB.NET?

 
0
  #1
Jan 16th, 2007
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?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC