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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top