Iperson and IMailbox interface problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
i explain my problem :

when i execute this code in a console application (logged as Administrator)
all fields are ok (like calendar, etc...)

CDO.Person iPers = new CDO.PersonClass();
iPers.DataSource.Open(email, null, ADODB.ConnectModeEnum.adModeRead,
ADODB.RecordCreateOptionsEnum.adFailIfNotExists,
ADODB.RecordOpenOptionsEnum.adOpenSource, "", "");

but when i execute this inside a web service method the fiels calendar, etc
are "" value.

I know that is a right problems but i don't know what option to choose.

thanks (sorry for my bat english)
 
Try asking in the microsoft.public.exchange.development group. This group is for Outlook end user issues related to the calendar.
 
Back
Top