Re: Anyone know how to get individual message attributes via vbscript?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Why not just open a port to the POP server and use the pop commands to get
all the info you need?

a quick guide: http://pages.prodigy.net/michael_santovec/pop3telnet.htm

the full spec : http://www.ietf.org/rfc/rfc1939.txt

another useful link : http://www.vivtek.com/pop.html

and to just grab the headers:
*TOP msg n* - retrieve the top /n/ lines of message number /msg/. Note that TOP always returns the header <http://everything2.com/index.pl?node=header>s plus the number of lines you specify, so to retrieve headers only just do *TOP msg 0*.

hth,

D?



Afro-Man wrote:
Getting the store size or even the mailbox size is no big deal, but I
need to drill into the individual objects and get the information from
them such as the size of the message and its sent/recd. time.

I have been diggin around most of the weekend and while there appear to
be some applications that can do this, they are too limited for my
needs. Has anyone got a decent script that can get into the individual
mailboxes and pull the info? I am assuming I need to use MAPI since I
want to span mailboxes, not just gather the logged in user, but no love
on any searches I try.

Help? Anyone?

.



Relevant Pages

  • Re: Anyone know how to get individual message attributes via vbscript?
    ... another useful link: http://www.vivtek.com/pop.html ... that TOP always returns the header s plus the number of lines you specify, so to retrieve headers only just do *TOP msg 0*. ... need to drill into the individual objects and get the information from ... want to span mailboxes, not just gather the logged in user, but no love ...
    (microsoft.public.scripting.vbscript)
  • Re: POP3 email timestamp problem
    ... > POP server doesn't have to deal with timezone differential. ... > system, and on that external system, look at the full headers to see how the ... > VMSmail mailbox and from VMSmail, look at the RFC headers to see how the date ...
    (comp.os.vms)
  • Re: POP client Attachments Retireve
    ... POP Server. ... I am parsing the headers obtain through the command ... to POP but it did not return me the Attachments in Headers format. ...
    (microsoft.public.dotnet.languages.csharp)
  • Only downloading mail headers
    ... I use Outlook 2002 and want to only download the mail ... headers from my pop server. ...
    (microsoft.public.outlook)
  • POP client Attachments Retireve
    ... Can any one Tell me how can I get the Attachments in retrieving from ... POP Server. ... I am parsing the headers obtain through the command ...
    (microsoft.public.dotnet.languages.csharp)