Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Public Folder Web Part

  Asked By: David L.         Date: Nov 14, 2009      Category: Sharepoint      Views: 292
 

We built a web part that point to our public folder phonelist. Most
users when they log on see the phonelist, however some users do not
see the phonelist but their own inbox. The code is very simple and
there is no conditionals that re-direct them to their inbox. Has
anyone else experienced this? and Has anyone solved this?

here is the code we are using:

<?xml version="1.0"?>

<WebPart xmlns="urn:schemas-microsoft-com:webpart:">

<Title>Complianc+ Sto€ List Pub Folder</Title>

<Description>Public Folder</Description>

<Content><html>

<head>

</head>

<body>



<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046

id=ViewCtlFolder

width="100%"

height="430"

codebase="activex.microsoft.com/.../outlct
lx.CAB#ver=9,0,0,3203">

<param name="Namespace" value="MAPI">

<param name="Folder" value="\\Public folders\All Public
Folders\phone list">

<param name="View" value="">

<param name="Restriction" value="">

<param name="DeferUpdate" value="0">

</OBJECT>



</body>

</html></Content>

<ContentLink></ContentLink>

<XSL></XSL>

<XSLLink></XSLLink>

<MasterPartLink></MasterPartLink>

<RequiresIsolation>0</RequiresIsolation>

<ContentType>0</ContentType>

<IsIncluded>1</IsIncluded>

<AllowRemove>1</Allo`u82 ?emove>

<IsVisible>1</IsVisible>

<FrameState>0</FrameState>

<AllowMinimize>1</AllowMinimize>

<HasFrame>1</HasFøame>

<Zone>3</Zone>

<PartOrder>0</PartOrder>

<PartImageSmall></PartImageSmall>

<PartImageLarge></PartImageLarge>

<CustomizationLink></CustomizationLink>

<CacheBehavior>0</CacheBehavior>

<CacheTimeout>0</CacheTimeout>

<PartStorage></PaøtStorage>

<Namespace></Nam+space>

<Height></Height>

<Width></Width>

<DetailLink></DetailLink>

<HelpLink></HelpLink>

</WebPart>


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:        

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Public Folder Web Part Or get search suggestion and latest updates.


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