Skip navigation.

So Easy[@]Opera

原来如此简单

Posts tagged with "outlook"

.dbx文档

,

via http://epaper.pchome.com.tw/adm/brief_left.htm?s_code%3d0003

Q:請問Dr.J有關郵件管理的設定,我遇到一些問題,把Outlook Express的郵件位置變更後,產生副檔名為dbx的檔案,並不能直接點兩下滑鼠開啟,而且把產生的檔案「唯讀」的屬性取消,但仍無法開啟,請告訴我要如何開啟副檔名為dbx的檔案,謝謝。

A:首先Dr.J要先告訴大家,雖然「*.dbx」的檔案是由Outlook Express(以下簡稱OE)所產生,但是不像一般的檔案可以直接開啟,一個信件匣就是一個 dbx檔案,並不是一封郵件就產生一個檔,如果真是後者的情況,豈不是一千封信就有一千個dbx檔案。因此要觀看副檔名為dbx的檔案,必須在OE作個「匯入」的動作,將郵件匯入到OE始可觀看。

Outlook's Permanent Alert

http://www.howto-outlook.com/howto/mailalert2003.htm#permanent_alert

Well permanent isn't possible but how does 50 days sound? Through the registry you can set the New Mail Desktop Alert as long as 4,294,967,295 milliseconds ≈ 50 days.
Just a little math first to clarify the working of the registry key;

  • the value is defined in milliseconds
  • when the registry key is set to 0 the New Mail Alert still shows for 3 seconds so this is hard coded in the program thus 3,000 milliseconds
  • 4,294,967,295 is the maximum value you can give to a DWORD value in the registry which is 32 bit
  • as the object that controls the time of the New Mail Desktop Alert is also defined as a DWORD and is 3000 already we cannot give the TimeOn registry key a higher value than
  • 4,294,967,295 - 3000 = 4,294,964,295
  • To convert from milliseconds to days we must divide the milliseconds through; 1000 to convert to seconds, then 60 to convert to minutes, then 60 to convert to hours, then 24 to convert to days
  • (4,294,967,295 - 3,000) / (1000 * 60 * 60 *24) ≈ 50


After all this math it's time to tell the registry key (to open the registry go to Start-> Run and type "regedit");
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\DesktopAlerts\TimeOn

If this key isn't available choose Edit-> New-> DWORD Value and name it "TimeOn" (without the quotes but case sensitive).



Double click the key to give it a decimal value between 0 and 4294964295 (in Hexadecimal value this will be fffff448).

Outlook for Hotmail Only

,

虽然只有一个Hotmail的账号
还是用吧,练习使用Outlook

其实要说Tags
Outlook也有这个功能的
不比Gmail的差~

把Outlook附件的图片批量存储下来

, ,


利用这段代码
把Outlook附件的内容全部保存下来



Sub SaveAttachment()
 Dim objCurrentItem As Outlook.MailItem
 Dim colAttachments As Outlook.Attachments
 Dim objAttachment As Outlook.Attachment

 Set objCurrentItem = Application.ActiveInspector.CurrentItem
 Set colAttachments = objCurrentItem.Attachments
 Set strFolderpath = CreateObject("WScript.Shell")

 For Each objAttachment In colAttachments
  objAttachment.SaveAsFile (strFolderpath.SpecialFolders("MyDocuments") & "\" & objAttachment.FileName)
 Next

 Set objAttachment = Nothing
 Set colAttachments = Nothing
 objCurrentItem.Close (olDiscard)
 Set objCurrentItem = Nothing

End Sub

这里是保存到MyDocuments
如果要保存到Desktop的话
把这段代码

objAttachment.SaveAsFile (strFolderpath.SpecialFolders("MyDocuments") 

中的MyDocuments修改为Desktop

Outlook2002

不怎么经常用Outlook
不过还是贴出来这个内容
可能有些人会遇到
我也backUp一下

Q:請問我用Office XP的Outlook 2002收信時,有時收到美國公司的郵件中,若有用電腦產生的訂單作為附件時,在收信匣預覽時,上方的寄件者前方並沒有顯示有附檔(沒有顯示迴紋針)。且我把這封信單獨點出來時也沒有附加檔,一直要到我轉寄了這封信後,附檔才會出現。因為信的內容總共只有5K,且附檔也只有1K(txt文字檔)。想請問一下Dr.J是否知道原因為何?


A:Dr.J認為會造成該情況的原因,最有可能的應該是Outlook 2002擋掉副檔名為「txt」的附加檔案。但是在Outlook 2002中並無法直接設定哪些副檔名的附加檔案可被開啟,必須要透過其他方式。方法有三:

1.更新並安裝Outlook 2002的修正檔,修正檔有拿掉對*.txt檔案的限制

2.下載名為Outlook DLock的軟體,它可以管理並設定哪些副檔名的郵件可被開啟

下載網址: http://www.kinomoto.be/odlock/download.html

3.如果前述方式都不行的話,只能直接修正登錄檔Outlook 2002對於附件限制的設定:

a.請按「開始」功能表→「執行」,輸入「Regedit」。

b.請到HKEY_CURRENT_USER→Software→Microsoft→Office→10.0→Outlook→Security的目錄下

c.新增一「字串值」,名稱為「Level1Remove」(是Level-one-remove喔!)

d.「Level1Remove」的內容就是要開放哪些檔案,格式為副檔名,如果有好幾個副檔名,請用分號「﹔」隔開。例如不要擋下「exe」與「txt」這兩種類型的檔案,就是「exe;txt」,其他依此類推。

Outlook如何能像OE一樣直接預覽附件中的圖片

, , ,

Outlook上的第三方輔助軟件也還算豐富嘛

[via http://epaper.pchome.com.tw/archive/last.htm?s_date=old&s_dir=20060421&s_code=0003&s_cat=科技電腦#c502124 ]


Q:因為我每天都要收很多的圖檔,但現在因為我使用的是Outlook,因此就必須要一封一封點開來看,或是將圖片全部存到別的地方才能快速瀏覽,請問要用什麼辦法才能像Outlook Express一樣可以方便地預覽附加進來的圖片檔?

A:有一套軟體叫做「Outlook Helper」,便可以達成您的要求,而且Outlook Helper不但可以預覽郵件的圖片,還能將這些圖片以幻燈片的方式來播放,算是相當方便。

軟體介紹:
http://toget.pchome.com.tw/intro/business_addon/16846.html

下載網址:
http://wcarchive.cdrom.com/pub/simtelnet/win95/email/outhlpr.zip

November 2009
S M T W T F S
October 2009December 2009
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30