Saturday, August 13, 2011
SPCTCDC 2011 Codeless SQL Integration Presentation
The actual file is located here:
https://skydrive.live.com/redir.aspx?cid=8e55aa8c038225f8&resid=8E55AA8C038225F8!149
Friday, August 12, 2011
SPCTCDC 2011 Weather RSS Presentation
The actual file is located here:
https://skydrive.live.com/redir.aspx?cid=8e55aa8c038225f8&resid=8E55AA8C038225F8!149
Wednesday, August 10, 2011
Force .eml Files to Open in Outlook 2007
Background
Files being collected in SharePoint email enabled lists are being received as .eml files by default since SharePoint uses SMTP services for receiving email. The problem is that people want to use Outlook, not Outlook Exprerss to view their emails, and .eml files are not native to Outlook 2007 or earlier.
Workaround
1) Modify the client registry:
a. Make a backup of the following eml-file registration:
i. HKEY_CLASSES_ROOT\.eml
b. Install appropriate eml-Outlook2007-xxx.reg file by double clicking the file.
2) Set the .eml file default to open in Outlook 2007
a. Right click a .eml file
b. Open With à Choose default program…
c. Choose Outlook.exe
i. C:\\Program Files\Microsoft Office\Office12\Outlook.exe
3) Modify the client registry again:
a. Make a backup of the following registration:
i. HKEY_CLASSES_ROOT\MIME
b. Modify “HKEY_CLASSES_ROOT\MIME\Database\Content Type\message/rfc822”
extension=".eml"
CLSID=""
extension=".eml"
CLSID=""
c. Information take from:
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/d94c0d4e-0d32-4648-bdd6-dc3f28bb4797/
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/d94c0d4e-0d32-4648-bdd6-dc3f28bb4797/
Subscribe to:
Posts (Atom)