รวมเรื่อง OutLook

Post Reply
tong
Site Admin
Posts: 2387
Joined: Fri 01 May 2009 8:55 pm

รวมเรื่อง OutLook

Post by tong »

......
tong
Site Admin
Posts: 2387
Joined: Fri 01 May 2009 8:55 pm

Re: รวมเรื่อง OutLook

Post by tong »

22222222222
tong
Site Admin
Posts: 2387
Joined: Fri 01 May 2009 8:55 pm

Re: รวมเรื่อง OutLook

Post by tong »

333333
tong
Site Admin
Posts: 2387
Joined: Fri 01 May 2009 8:55 pm

Gmail IMAP – Solving the [Gmail] separation

Post by tong »

Gmail IMAP – Solving the [Gmail] separation

เวลาใช้ IMAP จะเห็น remote folder อยู่ภายใต้ subfolder [Gmail] ซึ่งไม่สะดวกและไม่สวย เราสามารถทำให้ออกมาเป็น top level folder ได้โดยตั้งค่าดั้งนี้
snap3491.png imap-root-before-gmail.png imap-root-after-gmail.png Getting your Labels back in Outlook

Prefix each of your Labels with "[Gmail]/". So a label called "My Label 1" should be renamed to "[Gmail]/My Label 1".
imap-root-gmail-labels-web.png imap-root-gmail-labels-outlook.png imap-root-gmail-labels-grouped-web.png imap-root-gmail-labels-grouped-outlook.png Creating subfolders in Inbox

Do the same trick "[Gmail]/Inbox/My subfolder".
imap-root-gmail-inbox-subfolders-web.png imap-root-gmail-inbox-subfolders-outlook.png แต่เวลาใช้งานผ่าน web จะเห่ยแทน เหมาะสำหรับคนที่ใช้ผ่านโปรแกรมอื่นๆ

ที่มา: http://www.howto-outlook.com/howto/gmailroot.htm
tong
Site Admin
Posts: 2387
Joined: Fri 01 May 2009 8:55 pm

Re: รวมเรื่อง OutLook

Post by tong »

How to Disable Outlook's Junk Email Filter
snap3489.png ถ้าแม้ว่าเราจะตั้ง "No Automatic Filtering" แต่มันก็ยังทำงานอยู่ เห่ยจริงๆ มีวิธีปิดอย่างถาวรโดยแก้ที่ registry

Outlook 2007:

Code: Select all

reg add HKEY_CURRENT_USER\Software\Policies\Microsoft\office\12.0\outlook /v DisableAntiSpam /t REG_DWORD /d 1 /f
Outlook 2010:

Code: Select all

reg add HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\outlook /v DisableAntiSpam /t REG_DWORD /d 1 /f
Outlook 2013:

Code: Select all

reg add HKEY_CURRENT_USER\Software\Policies\Microsoft\office\15.0\outlook /v DisableAntiSpam /t REG_DWORD /d 1 /f
ที่มา: http://www.slipstick.com/outlook/how-to-disable-outlooks-junk-email-filter/
Post Reply