K
Ken
Hi,
Im having trouble moving messages from one public folder to another.
Whenever I use the MoveTo method the message just gets moved back into
the same folder. If I try CopyTo it makes another copy of the message
in the same folder.
Obviously, I have checked the logical things such as ensuring that the
folderId is correct and does not correspond to the source folder. I
have also tried the MoveTo, CopyTo methods with and without the
storeID.
I am sure that this problem is to do with using the right profile.
How do I create a profile. I always thought that a profile was a
windows account. It isnt. How do I create one and then give it the
right permissions?
How can I use CDO without having to have Outlook installed on the
server?
How can I stop that annoying "A program is trying to acess e-mail
addresses you have stored in outlook. Do you want to allow this....."
dialog box.
My Code:
Set oFolderOut = oMapi.GetFolder(m_sProcessedPath)
Set oMessage = oMessage.MoveTo(oFolderOut.FolderID,
oFolderOut.StoreID)
oMessage.Update True, True
Failing all this. Does anyone know whether its possible to just set up
a rule in Olook to save the email to disk? This way I wont have to use
this horrible software they call MS Office.
Failing all of that, does anyone know a really tall building whose top
floor windows are NOT locked so I can end this miserable Microsoft
afflicted life.
Im having trouble moving messages from one public folder to another.
Whenever I use the MoveTo method the message just gets moved back into
the same folder. If I try CopyTo it makes another copy of the message
in the same folder.
Obviously, I have checked the logical things such as ensuring that the
folderId is correct and does not correspond to the source folder. I
have also tried the MoveTo, CopyTo methods with and without the
storeID.
I am sure that this problem is to do with using the right profile.
How do I create a profile. I always thought that a profile was a
windows account. It isnt. How do I create one and then give it the
right permissions?
How can I use CDO without having to have Outlook installed on the
server?
How can I stop that annoying "A program is trying to acess e-mail
addresses you have stored in outlook. Do you want to allow this....."
dialog box.
My Code:
Set oFolderOut = oMapi.GetFolder(m_sProcessedPath)
Set oMessage = oMessage.MoveTo(oFolderOut.FolderID,
oFolderOut.StoreID)
oMessage.Update True, True
Failing all this. Does anyone know whether its possible to just set up
a rule in Olook to save the email to disk? This way I wont have to use
this horrible software they call MS Office.
Failing all of that, does anyone know a really tall building whose top
floor windows are NOT locked so I can end this miserable Microsoft
afflicted life.