Jump to content

Recommended Posts

Posted

Dear members, 

I am working on a project where, emails from outlook are to be read and moved to various folders within the mailbox, based on the content of the emails.

I used the below code for moving mails. It works fine when I run it against individual mail ids. But when I run it on Shared mailbox, the mails are not moved to respective folders.

_OL_ItemMove($oOutlook, $sEntryId, Default, $sDestinationFolder)

The value of $sEntryId is saved in an excel report initially. The current process reads the $sEntryId from the excel and passes it to "_OL_ItemMove" statement.

Requesting the guidance of the forum members in this issue.

Posted

What is the value of @error and @extended after the function call?

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...