Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My Company's web page and incming faxes

Status
Not open for further replies.

madisonjoy

Technical User
Mar 15, 2004
72
CA
Hello
We presently receive faxes in a folder within Pubic Folders
How do I link this w/ Incoming faxes on SharePoints company's web site?

thx
Jim
 
Drop a "Content Editor" web part on your page. Highlight the web part, then switch to Code view. Drop this in the body of the web part:

<object classid="clsid:0006F063-0000-0000-C000-000000000046" id="ViewCtlFolder" width="100%" height="400px" codetype= "application/x-oleobject"codebase="    <param name="Namespace" value="MAPI">
    <param name="Folder" value="\\Public Folders\All Public Folders\WhereeverMyFAXFolderIs">
    <param name="Restriction" value="">
    <param name="DeferUpdate" value="0">
</object>
Place this object code in the CDATA[] piece of the web part.
Should work given the proper permissions.

HTH,

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'm not as think as you confused I am.
-----------
Flabbergasted (a.): Amazed at how much weight one has gained.
-----------
Oyster (n.): One who sprinkles their conversation with Yiddish expressions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top