I am trying to modify a CDO script that moves email messages out of a user's inbox and into a drop folder. I want to update it to use a Public Folder instead.
The portion of the original script that matters is:
Code:
' URL used for Outlook Web Access
strOWAURL = "http://servername/exchange/"
' Login
Set objUserSess = CreateObject("MAPI.Session")
Leave a comment: