Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Save Sent mails from outlook to a drive in ".msg" format

by taint (Chaplain)
on Jun 03, 2014 at 10:11 UTC ( [id://1088372]=note: print w/replies, xml ) Need Help??


in reply to Save Sent mails from outlook to a drive in ".msg" format

Greetings, programerv, and welcome to the Monastery.

I don't know how to do it either. ;) I have no background on your environment. I've never seen your computer. Nor do I know where you keep your email. :)

You're not making this easy on us. Are you? Honestly. We've got pretty much nothing to go on. I'd like to suggest you have a look at How do I post a question effectively? To give you a better idea of what we'd need from you to give you a better hand in solving your problem. :)

Best wishes.

--Chris

¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH

  • Comment on Re: Save Sent mails from outlook to a drive in ".msg" format

Replies are listed 'Best First'.
Re^2: Save Sent mails from outlook to a drive in ".msg" format
by programerv (Initiate) on Jun 03, 2014 at 11:10 UTC
    hi chris,
    The perl program must parse through the sent mail of ms outlook and save all the sent mail to a specific location on the computer. can u please help me on this.
        but they are not saving it into ".msg" format.

      What have you tried so far? Can you show the Perl script you're working with, that isn't doing that doing that for you?

      You haven't given me anything to work with. I'm afraid I'm at a bit of a loss, w/o some Perl to work with.

      Best wishes.

      --Chris

      ¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH

        # create the object use Mail::Outlook; my $outlook = new Mail::Outlook(); # start with a folder my $outlook = new Mail::Outlook('Sent Items'); # use the Win32::OLE::Const definitions use Mail::Outlook; use Win32::OLE::Const 'Microsoft Outlook'; my $outlook = new Mail::Outlook(olFolderSentMail); # get/set the current folder my $folder = $outlook->folder(); my $folder = $outlook->folder('Sent Items');
        Infact i do not know how to proceed from here.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1088372]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-24 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found