C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[41040] Re:How to open the attached file on outlook??
황경록 [mpbox] 795 읽음    2005-07-14 11:10
refer this : )

Your user may be having problems opening ANY Office attachments. If this is the case then this is caused by Outlook trying to use a temporary folder to which the use doesn't have write rights. To fix this you'll need to add the following lines to the registry:

[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook\Security]
"Level"=dword:00000003
"OutlooksecuretempFolder"="temp folder path"

Replace the "temp folder path" with the path to the users temp folder (e.g. c:\documents and settings\username\local settings\temp) or other suitable (and accessible!) location.

If you don't fancy hacking the registry manually, copy the above into notepad, edit the path (keeping the quotes around it), add

Windows Registry Editor Version 5.00

in as a first line and save it with a .reg file extension. You can now enter the lines into the registry by double-clicking the file when logged on as the user.  

@@@ from http://techrepublic.com.com/5208-11192-0.html?forumID=42&threadID=174815

alex 님이 쓰신 글 :
: Does any one has anyidea how to open attachment file on outlook?
: I have my own "rpt" file viewer. it works fine standalone but not work on outlook.
: Outlook shows it as a correct icon but when i double click. it say "can't find file path".
: Please help..

+ -

관련 글 리스트
41038 How to open the attached file on outlook?? alex 738 2005/07/14
41040     Re:How to open the attached file on outlook?? 황경록 795 2005/07/14
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.