boat73 has asked for the wisdom of the Perl Monks concerning the following question:
for (my $msg = $messages->GetFirst(); $msg; $msg = $messages->GetN +ext()) { if($msg->ConversationTopic =~ /^MSS Security Incident Report / +){ print "Subject => " . $msg->ConversationTopic . "\n"; print "Body: ". $msg->Text."\n"; ##Want to move message to another folder here## ##Want to mark the message read here## } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I move mail msg to another folder in ECHANGE via a MAPI connection?
by Anonymous Monk on Feb 06, 2009 at 15:02 UTC | |
by boat73 (Scribe) on Feb 06, 2009 at 18:13 UTC | |
by Anonymous Monk on Feb 06, 2009 at 19:29 UTC | |
by Anonymous Monk on Feb 06, 2009 at 15:20 UTC | |
by skx (Parson) on Feb 06, 2009 at 18:20 UTC | |
by boat73 (Scribe) on Feb 06, 2009 at 19:27 UTC |