Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Mon, 5 May 2008 06:26:10 -0700 (PDT),    group: microsoft.public.exchange.development        back       


ProdID Property in EX2007   
Hi all,

I've written a little tool that writes some Appoimtments to a EX2003
Server(via WebDAV) to differ between appointments that have been
written by my tool and others I've used the ProdID property.
Unfortunately our company changed to exchange 2007 and I'm not able to
find the ProdID property anymore via WebServices.
I thought that it should be something like:
UnindexedFieldURIType.calendarProdID but it is not.
Does someone know how to access this property via webservices?

Thanks for help,

Sebastian
date: Mon, 5 May 2008 06:26:10 -0700 (PDT)   author:   Sebastian Kaiser

Re: ProdID Property in EX2007   
If this is a custom property then you need to use something like

PathToExtendedFieldType excustprop = new PathToExtendedFieldType();

excustprop.DistinguishedPropertySetId = 
DistinguishedPropertySetType.PublicStrings;

excustprop.DistinguishedPropertySetIdSpecified = true;

excustprop.PropertyType = MapiPropertyTypeType.String;

excustprop.PropertyName = "CustomProp";



You might want to take a look at the property yourself using a MAPI editor 
like OutlookSpy of MFCMapi these type of tools should be able to help you 
resolve these types of problems.



Cheers

Glen



"Sebastian Kaiser"  wrote in message 
news:e9c7e1c4-9a8f-4ae5-89bd-dde72ca9cc34@k37g2000hsf.googlegroups.com...
> Hi all,
>
> I've written a little tool that writes some Appoimtments to a EX2003
> Server(via WebDAV) to differ between appointments that have been
> written by my tool and others I've used the ProdID property.
> Unfortunately our company changed to exchange 2007 and I'm not able to
> find the ProdID property anymore via WebServices.
> I thought that it should be something like:
> UnindexedFieldURIType.calendarProdID but it is not.
> Does someone know how to access this property via webservices?
>
> Thanks for help,
>
> Sebastian
date: Wed, 7 May 2008 14:51:02 +1000   author:   Glen Scales [MVP]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us