I am using Microsoft Outlook for Mac 2011 and I have successfully changed the colour of fonts in my mail signatures but when I try to do the same with hyperlinks they remain the same blue colour. Can I change the colour? If so, how, please?
Thanks, Helen
Microsoft Error Reporting log version: 2.0
Error Signature:
Exception: EXC_BAD_ACCESS
Date/Time: 2014-02-13 17:13:37 +0000
Application Name: Microsoft Outlook
Application Bundle ID: com.microsoft.Outlook
Application Signature: OPIM
Application Version: 14.3.9.131030
Crashed Module Name: WebCore
Crashed Module Version: 9537.73.13
Crashed Module Offset: 0x0009c7f3
Blame Module Name: Microsoft Outlook
Blame Module Version: 14.3.9.131030
Blame Module Offset: 0x0000372e
Application LCID: 1033
Extra app info: Reg=en Loc=0x0409
Crashed thread: 0
I look forward to your response
Kind regards
Hazel
How would I go about assigning a picture to a new Outlook contact in Applescript? The Outlook dictionary tells me that Outlook does have an image class, but I have no clue how to populate one. It doesn't seem to like just being given what the finder thinks is a Jpeg file:
tell application "Finder"
set theImageFile to a reference to file "/path/to/mypicture.jpg"
--set theImageFilePosixPath to POSIX file "/path/to/mypicture.jpg"
set filekind to (kind of theImageFile) as string
display dialog "its a" & filekind--displays "its a jpeg"
end tell
tell application "Microsoft Outlook"
make new contact with properties {first name:"some", last name:"one", image:theImageFile, email addresses:{{address:"*** Email address is removed for privacy ***", type:work}, {address:"*** Email address is removed for privacy ***", type:home}}}
end tell
Result: error "„«class docf» \"image-151718-galleryV9-zhek.jpg\" of «class cfol» \"Pictures\" of «class cfol» \"maximiliantyrtania\" of «class cfol» \"Users\" of «class sdsk» of application \"Finder\"“ kann nicht in den erwarteten
Typ umgewandelt werden." number -1700 from «class docf» "image-151718-galleryV9-zhek.jpg" of «class cfol» "Pictures" of «class cfol» "maximiliantyrtania" of «class cfol» "Users" of «class sdsk»
I may have to create an Image from NSData then, but I'd be curious to see how this is done.
Recent Comments