Hello Folks, Can anyone tell me how can i rename an exchange public folders using vb script thanks in advance
To rename a folder using Exoledb or Webdav all you need to do is move the folder so in Exoeldb use Moverecord see http://msdn2.microsoft.com/En-US/library/aa563320.aspx and webdav use the move method see http://msdn2.microsoft.com/en-us/library/ms879464.aspx . In 2003 you can also use WMI see http://www.microsoft.com/technet/scriptcenter/topics/exchange/ex03_wmi2.mspx Cheers Glen wrote in message news:d032c9d7-a27d-44c7-963f-6f453cff40a4@o42g2000hsc.googlegroups.com... > Hello Folks, > > Can anyone tell me how can i rename an exchange public folders using > vb script > > thanks in advance
On Nov 29, 12:02 am, "Glen Scales [MVP]" wrote: > To rename a folder using Exoledb or Webdav all you need to do is move the > folder so in Exoeldb use Moverecord seehttp://msdn2.microsoft.com/En-US/library/aa563320.aspxand webdav use the > move method seehttp://msdn2.microsoft.com/en-us/library/ms879464.aspx. In > 2003 you can also use WMI seehttp://www.microsoft.com/technet/scriptcenter/topics/exchange/ex03_wm... > > Cheers > Glen > > wrote in message > > news:d032c9d7-a27d-44c7-963f-6f453cff40a4@o42g2000hsc.googlegroups.com... > > > > > Hello Folks, > > > Can anyone tell me how can i rename an exchange public folders using > > vb script > > > thanks in advance- Hide quoted text - > > - Show quoted text - thanks folks i have used the echange_public folder class and it worked fine