| Author |
Message |
bob
Guest
|
Posted:
Mon Oct 31, 2005 5:51 pm Post subject:
Outlook / OWA |
|
|
Hi Guys:
I am setting up a Windows Sharepoint Services web site for my Help Desk
Team.
I'd like to be able to have a web part for Outlook that hosts the HelpDesk
Inbox as a part of the site.
Everything I google says that the Outlook Web Parts are a part of SPS 2003
and not WSS.
If that is the case, how can i create a web part that has a specified Inbox
appear?
This inbox is a shared inbox for my help desk guys. Our users email this
periodically. I'd like to have this inbox available 24 x 7 on the Help Desk
WSS site i am creating.
thanks. |
|
| Back to top |
|
 |
Ian Morrish
Guest
|
Posted:
Tue Nov 01, 2005 9:51 am Post subject:
Re: Outlook / OWA |
|
|
Hi,
You can do this on WSS by using OWA url in a Page Viewer web part, or place
the Outlook activex control code in a Content Editor web part as per this
example (add the site to your trusted sites zone)
http://www.wssdemo.com/Pages/OutlookDemo.aspx?menu=Demo's
Regards,
Ian
http://www.wssdemo.com
"bob" <rb@somewhere.com> wrote in message
news:ODynNnj3FHA.3600@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi Guys:
I am setting up a Windows Sharepoint Services web site for my Help Desk
Team.
I'd like to be able to have a web part for Outlook that hosts the HelpDesk
Inbox as a part of the site.
Everything I google says that the Outlook Web Parts are a part of SPS 2003
and not WSS.
If that is the case, how can i create a web part that has a specified
Inbox appear?
This inbox is a shared inbox for my help desk guys. Our users email this
periodically. I'd like to have this inbox available 24 x 7 on the Help
Desk WSS site i am creating.
thanks.
|
|
|
| Back to top |
|
 |
bob
Guest
|
Posted:
Wed Nov 02, 2005 5:51 pm Post subject:
Re: Outlook / OWA |
|
|
is there a way to specify which mailbox to use in the outlook viewer?
if a user is logged in, i dno't want their mailbox to show up, but the
shared helpdesk inbox
"Ian Morrish" <ian.morrish@gmail.com> wrote in message
news:%23$4w7wr3FHA.3244@tk2msftngp13.phx.gbl...
| Quote: | Hi,
You can do this on WSS by using OWA url in a Page Viewer web part, or
place the Outlook activex control code in a Content Editor web part as per
this example (add the site to your trusted sites zone)
http://www.wssdemo.com/Pages/OutlookDemo.aspx?menu=Demo's
Regards,
Ian
http://www.wssdemo.com
"bob" <rb@somewhere.com> wrote in message
news:ODynNnj3FHA.3600@TK2MSFTNGP12.phx.gbl...
Hi Guys:
I am setting up a Windows Sharepoint Services web site for my Help Desk
Team.
I'd like to be able to have a web part for Outlook that hosts the
HelpDesk Inbox as a part of the site.
Everything I google says that the Outlook Web Parts are a part of SPS
2003 and not WSS.
If that is the case, how can i create a web part that has a specified
Inbox appear?
This inbox is a shared inbox for my help desk guys. Our users email this
periodically. I'd like to have this inbox available 24 x 7 on the Help
Desk WSS site i am creating.
thanks.
|
|
|
| Back to top |
|
 |
Ian Morrish
Guest
|
Posted:
Sat Nov 05, 2005 9:50 am Post subject:
Re: Outlook / OWA |
|
|
Using OWA you should be able to do this but the Activex control uses the
current MAPI profile (the same thing that Outlook uses to open a mailbox
when it starts)
Regards,
Ian
http://www.wssdemo.com
"bob" <rb@somewhere.com> wrote in message
news:u0iNxc83FHA.632@TK2MSFTNGP10.phx.gbl...
| Quote: | is there a way to specify which mailbox to use in the outlook viewer?
if a user is logged in, i dno't want their mailbox to show up, but the
shared helpdesk inbox
"Ian Morrish" <ian.morrish@gmail.com> wrote in message
news:%23$4w7wr3FHA.3244@tk2msftngp13.phx.gbl...
Hi,
You can do this on WSS by using OWA url in a Page Viewer web part, or
place the Outlook activex control code in a Content Editor web part as
per this example (add the site to your trusted sites zone)
http://www.wssdemo.com/Pages/OutlookDemo.aspx?menu=Demo's
Regards,
Ian
http://www.wssdemo.com
"bob" <rb@somewhere.com> wrote in message
news:ODynNnj3FHA.3600@TK2MSFTNGP12.phx.gbl...
Hi Guys:
I am setting up a Windows Sharepoint Services web site for my Help Desk
Team.
I'd like to be able to have a web part for Outlook that hosts the
HelpDesk Inbox as a part of the site.
Everything I google says that the Outlook Web Parts are a part of SPS
2003 and not WSS.
If that is the case, how can i create a web part that has a specified
Inbox appear?
This inbox is a shared inbox for my help desk guys. Our users email this
periodically. I'd like to have this inbox available 24 x 7 on the Help
Desk WSS site i am creating.
thanks.
|
|
|
| Back to top |
|
 |
Todd Klindt
Guest
|
Posted:
Tue Nov 08, 2005 5:51 pm Post subject:
Re: Outlook / OWA |
|
|
To expand on Ian's answer, if you go the OWA route, if the shared mailbox is
a public mailbox you'd specify it like this:
http://owaserver/exchange/mailbox
If it's a public folder it would look like this:
http://owaserver/public/mailbox
tk
"Ian Morrish" <ian.morrish@gmail.com> wrote in message
news:eZdm6ve4FHA.3036@TK2MSFTNGP15.phx.gbl...
| Quote: | Using OWA you should be able to do this but the Activex control uses the
current MAPI profile (the same thing that Outlook uses to open a mailbox
when it starts)
Regards,
Ian
http://www.wssdemo.com
"bob" <rb@somewhere.com> wrote in message
news:u0iNxc83FHA.632@TK2MSFTNGP10.phx.gbl...
is there a way to specify which mailbox to use in the outlook viewer?
if a user is logged in, i dno't want their mailbox to show up, but the
shared helpdesk inbox
"Ian Morrish" <ian.morrish@gmail.com> wrote in message
news:%23$4w7wr3FHA.3244@tk2msftngp13.phx.gbl...
Hi,
You can do this on WSS by using OWA url in a Page Viewer web part, or
place the Outlook activex control code in a Content Editor web part as
per this example (add the site to your trusted sites zone)
http://www.wssdemo.com/Pages/OutlookDemo.aspx?menu=Demo's
Regards,
Ian
http://www.wssdemo.com
"bob" <rb@somewhere.com> wrote in message
news:ODynNnj3FHA.3600@TK2MSFTNGP12.phx.gbl...
Hi Guys:
I am setting up a Windows Sharepoint Services web site for my Help Desk
Team.
I'd like to be able to have a web part for Outlook that hosts the
HelpDesk Inbox as a part of the site.
Everything I google says that the Outlook Web Parts are a part of SPS
2003 and not WSS.
If that is the case, how can i create a web part that has a specified
Inbox appear?
This inbox is a shared inbox for my help desk guys. Our users email
this periodically. I'd like to have this inbox available 24 x 7 on the
Help Desk WSS site i am creating.
thanks.
|
|
|
| Back to top |
|
 |
|
|
|
|