Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Outlook 2011 as default (not only for mailto)

Hello,


I've set through its menu Outlook 2011 as default mail client on Lion, and it works in getting the mailto links into safari.

What I am still missing is the possibility to automatically launch Outlook 2011 when I "right click" a file and try to send it as a new mail with attachment.

How could I solve the problem?


Thanks.


Massimo

Posted on Sep 27, 2011 2:45 AM

Reply
1 reply

Sep 29, 2011 4:08 AM in response to sasmimo

Hi Massimo,


I was having this trouble also, so I decided to start looking into it. In order for OS X to launch an application, it uses LaunchServices.


You can view the contents of the LaunchServices database by calling lsregister -dump from the following directory:


/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.fram ework/Versions/A/Support


LaunchServices keeps a database of Uniform Type Identifiers (UTI) and uses these to open applications based on what the application claims to conform to. It appears that Microsoft Outlook 2011 does not conform to the following UTI's that Mail.app does conform to:


--------------------------------------------------------

service id: 776

menu: Mail/New Email With Selection

key:

port: Mail

message: mailSelection

user data:

timeout: -1

send types: "NSRTFDPboardType", "NSRTFPboardType", "NSStringPboardType", "Apple Web Archive pasteboard type"

return types:

--------------------------------------------------------

service id: 864

menu: Mail/New Email With Attachment

key:

port: Mail

message: mailDocument

user data:

timeout: -1

send types: "NSFilenamesPboardType"

return types:

--------------------------------------------------------

service id: 908

menu: Mail/New Email To Address

key:

port: Mail

message: mailTo

user data:

timeout: -1

send types: "NSStringPboardType"

return types:


Further, you can see the Services for each application in System Preferences:


User uploaded file

If you would like Microsoft to support this in future perhaps a feature request might help:


http://www.microsoft.com/mac/product-feedback


-b

Outlook 2011 as default (not only for mailto)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.