Re: Anyone know how to get individual message attributes via vbscript?
- From: dNagel <NOTGrandNagel@xxxxxxxxxxx>
- Date: Sun, 05 Nov 2006 18:33:55 -0800
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?
- Follow-Ups:
- References:
- Prev by Date: Anyone know how to get individual message attributes via vbscript?
- Next by Date: Re: Editing and debugging VBScript
- Previous by thread: Anyone know how to get individual message attributes via vbscript?
- Next by thread: Re: Anyone know how to get individual message attributes via vbscript?
- Index(es):
Relevant Pages
|