V
Vlad Lubarda
I have a home page in Outlook that uses the Outlook View control. I
set the Outlook View control's folder in script using the following
code:
oViewControl.Folder = FullPath
where FullPath is function that returns the full path to the folder
and looks like:
"\\Mailbox - Administrator\My New Folder\"
This works fine in Outlook 2000 but in Outlook 2003 I get the
following error:
Internet Explorer Script Error: error has occurred in the script on
this page line ... (the line that has the code above)
Could not complete the operation due to error a0f20009.
Is there another way you're supposed to set the folder value in
Outlook 2003? Is this some sort of permissions issue? Any
information would be greatly appreciated.
set the Outlook View control's folder in script using the following
code:
oViewControl.Folder = FullPath
where FullPath is function that returns the full path to the folder
and looks like:
"\\Mailbox - Administrator\My New Folder\"
This works fine in Outlook 2000 but in Outlook 2003 I get the
following error:
Internet Explorer Script Error: error has occurred in the script on
this page line ... (the line that has the code above)
Could not complete the operation due to error a0f20009.
Is there another way you're supposed to set the folder value in
Outlook 2003? Is this some sort of permissions issue? Any
information would be greatly appreciated.