0

I know this is not much programming related, but I would appreciate if someone could tell me on how to (if possible) a newsgroup reference id to a webpage.

Say, If the reference id of the newsgroup message is

<b6c92e67-0bbd-4dd1-be22-4357373fd19a@q35g2000vbi.googlegroups.com>

How do go to http page containing the post.

Mohit Ranka
  • 4,193
  • 12
  • 41
  • 41

1 Answers1

1

Message-Ids don't have anything to do with web pages or URLs. They are generated as a unique identifier for each post.

You can search for them with Google, of course, Google's Groups Search gives results.

derobert
  • 49,731
  • 15
  • 94
  • 124
  • Thanks for the reply. My requirement is not that straightforward though. I think i will have to dugg real deep into it. – Mohit Ranka Feb 25 '09 at 08:02