Hi,

I have a unique situation here were in I have to retrieve the
conversation index of the email.
It is possible to retrieve the email text using POP3.
Query is, Is it possible to retrieve the mail's metadata such as
ConversationID using pop3.

I would appreciate a lot if anybody could reply as soon as possible.

Thanks!

Re: Is it possible to retrieve the conversation index using POP3 by PA

PA
Wed Jun 11 11:44:26 PDT 2008

No.

psengunthar@gmail.com wrote:
> Hi,
>
> I have a unique situation here were in I have to retrieve the
> conversation index of the email.
> It is possible to retrieve the email text using POP3.
> Query is, Is it possible to retrieve the mail's metadata such as
> ConversationID using pop3.
>
> I would appreciate a lot if anybody could reply as soon as possible.
>
> Thanks!

Re: Is it possible to retrieve the conversation index using POP3 by Michael

Michael
Wed Jun 11 14:57:24 PDT 2008

When you download a message via POP3, you get all the headers, including
Message-ID and References line. Those are visible when you look at the
Message Source (Ctrl-F3).

But there's nothing in OE that would let you apply message rules based
on the Message-ID and References headers, or sort the messages based on
those.

If you save the messages to EML files, those headers will be there and
you can do your own programming on them.

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



<psengunthar@gmail.com> wrote in message
news:ef4ce42e-6387-4ff3-af97-024cf794298a@w5g2000prd.googlegroups.com...
> Hi,
>
> I have a unique situation here were in I have to retrieve the
> conversation index of the email.
> It is possible to retrieve the email text using POP3.
> Query is, Is it possible to retrieve the mail's metadata such as
> ConversationID using pop3.
>
> I would appreciate a lot if anybody could reply as soon as possible.
>
> Thanks!



Re: Is it possible to retrieve the conversation index using POP3 by Robert

Robert
Wed Jun 11 15:23:18 PDT 2008

<psengunthar@gmail.com> wrote in message
news:ef4ce42e-6387-4ff3-af97-024cf794298a@w5g2000prd.googlegroups.com...
> Hi,
>
> I have a unique situation here were in I have to retrieve the
> conversation index of the email.
> It is possible to retrieve the email text using POP3.


What does this have to do with OE?


> Query is, Is it possible to retrieve the mail's metadata such as
> ConversationID using pop3.


Perhaps you should try a PowerShell solution?


>
> I would appreciate a lot if anybody could reply as soon as possible.
>
> Thanks!