OS X - Apps and Games Discussion of applications and games available for Mac OS X.

Aperture to Outlook 2011


Post Reply New Thread Subscribe

 
Thread Tools
artcarney

 
Member Since: Jan 01, 2008
Posts: 37
artcarney is on a distinguished road

artcarney is offline
When I want to email a picture from Aperture (v 2.1.4) I can do so from either Mail or Entourage, according to the prefs in Apreture.

Entourage is no longer installed on my Mac, I use Outlook 2011.

How do I get Aperture to recognize and use Outlook 2011?
QUOTE Thanks
schweb

 
schweb's Avatar
 
Member Since: Oct 27, 2002
Location: Cleveland, Ohio
Posts: 13,213
schweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond repute
Mac Specs: MacBook Pro | LED Cinema Display | iPhone 4 | iPad 2

schweb is offline
You don't until Apple updates Aperture.

In the meantime, just drag and drop it into a new email.

schweb | community leader
flickr » facebook » twitter » tumblr » google+ » about.me

Mac-Forums: On Twitter | On Facebook | On Flickr

QUOTE Thanks
artcarney

 
Member Since: Jan 01, 2008
Posts: 37
artcarney is on a distinguished road

artcarney is offline
Do you think Apple will update the old version or will I finally have to upgrade?
QUOTE Thanks
schweb

 
schweb's Avatar
 
Member Since: Oct 27, 2002
Location: Cleveland, Ohio
Posts: 13,213
schweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond reputeschweb has a reputation beyond repute
Mac Specs: MacBook Pro | LED Cinema Display | iPhone 4 | iPad 2

schweb is offline
I doubt they'll upgrade the older versions for this.

schweb | community leader
flickr » facebook » twitter » tumblr » google+ » about.me

Mac-Forums: On Twitter | On Facebook | On Flickr

QUOTE Thanks
libertykjc

 
Member Since: Jan 20, 2011
Posts: 1
libertykjc is on a distinguished road

libertykjc is offline
Quote:
Originally Posted by artcarney View Post
When I want to email a picture from Aperture (v 2.1.4) I can do so from either Mail or Entourage, according to the prefs in Apreture.

Entourage is no longer installed on my Mac, I use Outlook 2011.

How do I get Aperture to recognize and use Outlook 2011?
____________________________

A workaround that works is
1. Go to applications, select Aperture
2. Control/Right click and select "show package contents"
3. Select Plugins folder
4. Rename Microsoft Entourage.applescript to Microsoft Entourage1.applescript (or what ever you want to call it- if you ever want to use Entourage again reverse the naming)
5. Go to Utilities / Open apple script editor
6. Select new file and paste the text between the dotted lines below into script editor
7. Save file as Microsoft Entourage, with file type "text" ( this will add the extension applescript to name.
8. Copy this file to the Aperture plugin folder
8. Open Aperture go to / Preferences / Export and select Microsoft Entourage in the "Email Using" field.
9. Done
––––––––––––––––––––––––––––––––––––––––––––
on mail_images(email_subject, default_address, image_count, new_files, new_captions, new_comments, cancel_string)

try
tell application "Microsoft Outlook"
activate
set the new_message to make new outgoing message with properties {subject:email_subject}

set sig to content of new_message
tell new_message
if image_count is 0 then
set the content to new_captions
else
set the content to return & return
end if
repeat with image_idx from 1 to image_count
set this_caption to item image_idx of new_captions
set this_comment to item image_idx of new_comments
set comments to ""
if this_caption is not " " then
set comments to this_caption & return
end if
if this_comment is not " " then
set comments to comments & this_comment & return
end if
if comments is not "" then
set the content to content & comments & return
end if

set this_imagefile to item image_idx of new_files

-- convert the image path from UNIX to Mac
set this_imagefile_path to (POSIX file this_imagefile) as string

make new attachment at new_message with properties {filethis_imagefile_path)}
end repeat
set the content to content & sig
end tell
open new_message
end tell

on error error_message number error_number
log error_message & " " & error_number
if the error_number is not -128 then
tell application "Finder"
beep
display dialog error_message buttons {cancel_string} default button 1
end tell
end if
end try

end mail_images

–––––––––––––––––––––––––––––––––––––––––––––––––– –––––––––––––––
QUOTE Thanks

Post Reply New Thread Subscribe


« Terminal Open Application help | I Need Software Update Help »
Thread Tools

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
For those confused about aperture and shutter speed. BlueMac Images, Graphic Design, and Digital Photography 38 07-01-2012 07:35 AM
Outlook 2011 too slow..going back to Mail/iCal PKGuy323 OS X - Apps and Games 27 10-25-2011 10:34 AM
Outlook office 2011 - Clarification mshemy OS X - Apps and Games 4 10-20-2010 01:03 PM
Outlook 2011 new mail sound waterboy03 OS X - Apps and Games 2 10-12-2010 04:05 PM
Sync outlook 2011 bazanders Switcher Hangout 5 10-11-2010 09:56 PM

All times are GMT -4. The time now is 11:03 AM.

Powered by vBulletin
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
X

Welcome to Mac-Forums.com

Create your username to jump into the discussion!

New members like you have made this community the ultimate source for your Mac since 2003!


(4 digit year)

Already a member?