Move from sent items to another folder

  • Thread starter Thread starter Mark Allen
  • Start date Start date
M

Mark Allen

Hi,

I am having a little trouble moving items from the default
sent items to the sent items in a second .pst
I would like to move any items in the default sent items,
including the one just sent, to the sent items in the
second pst after the user sends an email, then set the
second sent items folder as the default.

Is all of this possible?

Thanks in advance.
Mark
 
You can move the items from one Sent Items folder to the other but you can't
set the other one as your default Sent Items folder. The Sent Items folder
is always in your default mail store (where emails are delivered).

To move an item get the target folder as a MAPIFolder object and then use
the Move function of the item to move it. In some cases a move might fail,
then you have to copy the items and delete the originals to simulate a move.
 
Thank you, Ill try that.
-----Original Message-----
You can move the items from one Sent Items folder to the other but you can't
set the other one as your default Sent Items folder. The Sent Items folder
is always in your default mail store (where emails are delivered).

To move an item get the target folder as a MAPIFolder object and then use
the Move function of the item to move it. In some cases a move might fail,
then you have to copy the items and delete the originals to simulate a move.







.
 
Back
Top