Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Install the Outlook Client

  Asked By: Ervin Pickett         Date: Oct 23, 2005      Category: Sharepoint      Views: 159
 

To make the Exchange web parts work, do I need to install the Outlook
client on my SPS server(s)?

Tagged:        

 

5 Answers Found

 
Answer #1       Answered By: Daron Oneill          Answered On: Oct 23, 2005       

I don't think so. As long as each user has outlook, you should be
fine.
Instead of the provided outlook  webpart, maybe you should try this
instead:

http://support.microsoft.com/kb/q291407/

(works with outlook 2003 for sure, and likely 2000 as well).
It provides the HTML necessary to hit the Outlook object, and go at
any
folder (sent items, calendar, etc.) I created a webpart that has a
dropdown box with all the folders listed. Then, by adding a variable
to
replace "Calendar" in this line:

<param name="Folder" value="Calendar">

changed to
<param name="Folder" value="<%=FolderName%>">

you can navigate all folders. Plus, unlike the provided web  part, my
web part is not 'read-only.' Hope this helps!

 
Answer #2       Answered By: M Juarez          Answered On: Oct 23, 2005       

just tested it...Only works for 2003

 
Answer #3       Answered By: Marty Mcdowell          Answered On: Oct 23, 2005       

I believe my problem is the Form Based Authentication foisted upon us
by our Exchange team.

So much for Requirements Management.

 
Answer #4       Answered By: Dakota Shaffer          Answered On: Oct 23, 2005       

Not that I know of..................

 
Answer #5       Answered By: Ted Gilmore          Answered On: Oct 23, 2005       

You do need to have Outlook on your clients.

 
Didn't find what you were looking for? Find more on Install the Outlook Client Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].