A
Andrew Wilson
hello,
i`m having a few problems, i am reviewing one account and trying to
copy emails from it to another account(pst), but the problem is that
the account i copying from i only have read access.
This means that when i do:
Set myCopiedItem = olTempItem.Copy
myCopiedItem.Move myNewFolder
it does not copy any emails, the only reason i can see for this is
that when it trys to set mycpieditem it trys to create an object
(mycopieditem) in the account that i only have read access to and not
create access.
so is there a way on telling outlook where it creates a temporary
items such as mycopieditem, so i can create this temp item in a
account i have create/write access to.
cheers in advance for any help.
i`m having a few problems, i am reviewing one account and trying to
copy emails from it to another account(pst), but the problem is that
the account i copying from i only have read access.
This means that when i do:
Set myCopiedItem = olTempItem.Copy
myCopiedItem.Move myNewFolder
it does not copy any emails, the only reason i can see for this is
that when it trys to set mycpieditem it trys to create an object
(mycopieditem) in the account that i only have read access to and not
create access.
so is there a way on telling outlook where it creates a temporary
items such as mycopieditem, so i can create this temp item in a
account i have create/write access to.
cheers in advance for any help.