Question : arcserve 11.5 exchange server 2003 public folder restore

Hi Experts,

please help!!

I urgently need to restore the public folder of our exchange environment. What i have is a recent database level backup of the exchange.

the public folder is located in the first storage group and there is no any user there.

please teach me how to do it.

many many thanks.

Answer : arcserve 11.5 exchange server 2003 public folder restore

to get list of installed printers:
1:
2:
3:
4:
5:
6:
using System.Collections.Generic;
using System.Drawing.Printing;
using System.Linq;

List<string> installedPrinters = new List<string>();
installedPrinters.AddRange(PrinterSettings.InstalledPrinters.Cast<string>());
Random Solutions  
 
programming4us programming4us