A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Custom fields with STSSync to Outlook



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 14th 06, 11:17 AM posted to microsoft.public.outlook.program_vba
Munir
external usenet poster
 
Posts: 4
Default Custom fields with STSSync to Outlook

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  
Old December 14th 06, 01:35 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom fields with STSSync to Outlook

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  
Old December 14th 06, 01:57 PM posted to microsoft.public.outlook.program_vba
Munir
external usenet poster
 
Posts: 4
Default Custom fields with STSSync to Outlook

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  
Old December 14th 06, 03:30 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom fields with STSSync to Outlook

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  
Old December 14th 06, 04:05 PM posted to microsoft.public.outlook.program_vba
Munir
external usenet poster
 
Posts: 4
Default Custom fields with STSSync to Outlook

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  
Old December 14th 06, 04:45 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom fields with STSSync to Outlook

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  
Old December 8th 10, 11:59 PM
Carsten Winsnes Carsten Winsnes is offline
Junior Member
 
First recorded activity at Outlookbanter: Dec 2010
Posts: 1
Default

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:
Originally Posted by Munir View Post
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
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 04:56 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.