![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi, I've developed a web service that emulates SharePoint's lists-web
service. Now I can link lists from my web application into Outlook 2007 using STSSync. So far, so cool. I am still missing one thing, though: The web service deliveres over 20 fields, but all I can see in Outlook (I've created an addin to examine the Outlook Object Model as well as the MAPI message) are the default fields like "subject", "start", "end", "reccurring" and so on. So my question is: where can I find the other fields returned by the web service? Do I need to tell Outlook what fields to expect in advance? Thank you in advance, Munir Husseini |
Ads |
#2
|
|||
|
|||
![]()
Outlook's integration with SharePoint supports only a limited number of fields -- the standard ones you're already familiar with. Handling others would require building your own sync functionality on top of what STSSync provides.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Munir" wrote in message ... Hi, I've developed a web service that emulates SharePoint's lists-web service. Now I can link lists from my web application into Outlook 2007 using STSSync. So far, so cool. I am still missing one thing, though: The web service deliveres over 20 fields, but all I can see in Outlook (I've created an addin to examine the Outlook Object Model as well as the MAPI message) are the default fields like "subject", "start", "end", "reccurring" and so on. So my question is: where can I find the other fields returned by the web service? Do I need to tell Outlook what fields to expect in advance? Thank you in advance, Munir Husseini |
#3
|
|||
|
|||
![]()
Dear Sue,
thanks for your Response (actually, thanks for your responses to other questions on other forums, I believe I've almost read them all). Is it possible to extend Outlooks STSSync functionality or do I have to implement the whole sync process myself? Thank you, Munir Husseini "Sue Mosher [MVP-Outlook]" wrote: Outlook's integration with SharePoint supports only a limited number of fields -- the standard ones you're already familiar with. Handling others would require building your own sync functionality on top of what STSSync provides. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Munir" wrote in message ... Hi, I've developed a web service that emulates SharePoint's lists-web service. Now I can link lists from my web application into Outlook 2007 using STSSync. So far, so cool. I am still missing one thing, though: The web service deliveres over 20 fields, but all I can see in Outlook (I've created an addin to examine the Outlook Object Model as well as the MAPI message) are the default fields like "subject", "start", "end", "reccurring" and so on. So my question is: where can I find the other fields returned by the web service? Do I need to tell Outlook what fields to expect in advance? Thank you in advance, Munir Husseini |
#4
|
|||
|
|||
![]()
You'd have to do the whole thing yourself. Outlook's process is not exposed to programmers.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Munir" wrote in message ... Dear Sue, thanks for your Response (actually, thanks for your responses to other questions on other forums, I believe I've almost read them all). Is it possible to extend Outlooks STSSync functionality or do I have to implement the whole sync process myself? Thank you, Munir Husseini "Sue Mosher [MVP-Outlook]" wrote: Outlook's integration with SharePoint supports only a limited number of fields -- the standard ones you're already familiar with. Handling others would require building your own sync functionality on top of what STSSync provides. "Munir" wrote in message ... Hi, I've developed a web service that emulates SharePoint's lists-web service. Now I can link lists from my web application into Outlook 2007 using STSSync. So far, so cool. I am still missing one thing, though: The web service deliveres over 20 fields, but all I can see in Outlook (I've created an addin to examine the Outlook Object Model as well as the MAPI message) are the default fields like "subject", "start", "end", "reccurring" and so on. So my question is: where can I find the other fields returned by the web service? Do I need to tell Outlook what fields to expect in advance? Thank you in advance, Munir Husseini |
#5
|
|||
|
|||
![]()
Thank you for your explanations, Sue.
It is a real pitty that there's no way to use Outlooks functionality to propagate custom fields. A great deal of applications could easily be developed using Microsofts collaboration model, but with limitations like this, the wheel has to be reinvented each time anyone needs an Outlook item with just one custom field. I'll stick to this, though... Munir Hussein "Sue Mosher [MVP-Outlook]" wrote: You'd have to do the whole thing yourself. Outlook's process is not exposed to programmers. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Munir" wrote in message ... Dear Sue, thanks for your Response (actually, thanks for your responses to other questions on other forums, I believe I've almost read them all). Is it possible to extend Outlooks STSSync functionality or do I have to implement the whole sync process myself? Thank you, Munir Husseini "Sue Mosher [MVP-Outlook]" wrote: Outlook's integration with SharePoint supports only a limited number of fields -- the standard ones you're already familiar with. Handling others would require building your own sync functionality on top of what STSSync provides. "Munir" wrote in message ... Hi, I've developed a web service that emulates SharePoint's lists-web service. Now I can link lists from my web application into Outlook 2007 using STSSync. So far, so cool. I am still missing one thing, though: The web service deliveres over 20 fields, but all I can see in Outlook (I've created an addin to examine the Outlook Object Model as well as the MAPI message) are the default fields like "subject", "start", "end", "reccurring" and so on. So my question is: where can I find the other fields returned by the web service? Do I need to tell Outlook what fields to expect in advance? Thank you in advance, Munir Husseini |
#6
|
|||
|
|||
![]()
Given that Microsoft is de-emphasizing Exchange public folders and encouraging people to move folder-based applications from Exchange to SharePoint, I think that eventually there will be a built-in way to accomplish this, but we have a long way to go and I doubt it will happen before Outlook 14. Perhaps some enterprising ISV will write a developer tool to help make this happen.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Munir" wrote in message ... Thank you for your explanations, Sue. It is a real pitty that there's no way to use Outlooks functionality to propagate custom fields. A great deal of applications could easily be developed using Microsofts collaboration model, but with limitations like this, the wheel has to be reinvented each time anyone needs an Outlook item with just one custom field. I'll stick to this, though... Munir Hussein "Sue Mosher [MVP-Outlook]" wrote: You'd have to do the whole thing yourself. Outlook's process is not exposed to programmers. "Munir" wrote in message ... Dear Sue, thanks for your Response (actually, thanks for your responses to other questions on other forums, I believe I've almost read them all). Is it possible to extend Outlooks STSSync functionality or do I have to implement the whole sync process myself? Thank you, Munir Husseini "Sue Mosher [MVP-Outlook]" wrote: Outlook's integration with SharePoint supports only a limited number of fields -- the standard ones you're already familiar with. Handling others would require building your own sync functionality on top of what STSSync provides. "Munir" wrote in message ... Hi, I've developed a web service that emulates SharePoint's lists-web service. Now I can link lists from my web application into Outlook 2007 using STSSync. So far, so cool. I am still missing one thing, though: The web service deliveres over 20 fields, but all I can see in Outlook (I've created an addin to examine the Outlook Object Model as well as the MAPI message) are the default fields like "subject", "start", "end", "reccurring" and so on. So my question is: where can I find the other fields returned by the web service? Do I need to tell Outlook what fields to expect in advance? Thank you in advance, Munir Husseini |
#7
|
|||
|
|||
![]()
I am not sure about your web service, but custom SharePoint fields can be exposed in Outlook with tools like ProperSync (http://www.propersync.com).
Quote:
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Accessing custom fields in Outlook with VBA | netnews.comcast.net | Outlook and VBA | 2 | October 20th 06 12:13 PM |
Customizing Custom Fields in Outlook | kypy | Outlook - Using Contacts | 1 | July 28th 06 09:34 PM |
copy custom task with custom fields | VinceGSMW | Outlook - General Queries | 3 | May 31st 06 04:11 AM |
How Outlook 2003 Stssync works | Pavel Shilov | Outlook - Using Contacts | 5 | March 15th 06 05:21 PM |
Custom Formula fields Outlook 2003 | Lee Halford | Outlook - Using Forms | 1 | February 4th 06 07:16 PM |