954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Access your Outlook application using VB.NET?

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("")
s.WriteLine("" + oMsg.Subject + "")
s.WriteLine("")
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?

bhavna_816
Junior Poster
116 posts since Sep 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You