Hello,

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
Hello,

I am unable to copy and paste text from Microsoft Outlook (2011) to Microsoft Word (2011) on my Mac computer.  When I select the text in Outlook, the copy function is available (as is the cut function), but when I go to paste it in a Word document, the paste option is not available.

Thanks!
Dear Microsoft community

We are getting the following error when trying to open certain emails on a new mac machine, please can you advise on what is causing the problem and possible resolve:

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


I have the following script that worked fine in an other identity but not in a new one.  Anybody has a clue.

I either get a message: Microsoft Outlook got an error: can't make a class outgoing message

or 

The script acts only on already send messages

Here is the script.


-- Resend Message v1.0 (2010-10-27)

-- an applescript by Barry Wainwright <mailto:*** Email address is removed for privacy ***>

-- Restores the 'Resend' function that was in Entourage but never made it to Outlook

-- when the script is run, with a sent message selected or open, a new copy of the 

--    message will be created, with all the original recipients and attachements and 

--    from the correct sending account.

-- This script released under a Creative Commons Attribution, NonCommercial, ShareAlike 2.0 England & Wales License.

-- see <http://creativecommons.org/licenses/by-nc-sa/2.0/uk/> for full details


tell application "Microsoft Outlook"

try

set theMessage to item 1 of (get current messages)

if not (was sent of theMessage) then error -98

on error

display dialog "This script acts only on already sent messages. Please select a sent message and run the script again." buttons {"Abort"} default button 1

return -99

end try

set theSource to source of theMessage

set theAccount to account of theMessage

set newmessage to make new outgoing message with properties {account:theAccount, source:theSource}

open newmessage

end tell


All the Office programs work fine on my Mac with the exception of Outlook. It keeps closing after a few seconds/minutes every time I open it. I've tryed looking up the answer online but I haven't find the same problem.

Here is what it says:

Microsoft Error Reporting log version: 2.0

Error Signature:
Exception: EXC_BAD_ACCESS
Date/Time: 2014-02-06 14:48:02 +0000
Application Name: Microsoft Outlook
Application Bundle ID: com.microsoft.Outlook
Application Signature: OPIM
Application Version: 14.3.9.131030
Crashed Module Name: Microsoft Outlook
Crashed Module Version: 14.3.9.131030
Crashed Module Offset: 0x00289225
Blame Module Name: Microsoft Outlook
Blame Module Version: 14.3.9.131030
Blame Module Offset: 0x00289225
Application LCID: 3082
Extra app info: Reg=en Loc=0x0c0a
Crashed thread: 5

Help me please... :)

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.


I have an AppleScript to generate and send an email message. It creates the message, but the message doesn't actually get sent, it just gets stored in the Outbox with an error that it could not be sent.

It looks something like this:

tell application "Microsoft Outlook"

activate

set w to make new outgoing message with properties ¬

{account:(pop account myAccount), subject:"test", plain text content:"this is a test"}

make new recipient at w with properties {email address:{address:myAddress}}

open w

                          send message id (id of w)

           end tell


Is this a bug in Outlook 2011 Mac or am I doing something wrong? I've searched the web and this seems to be a common problem.

A similar script worked like a charm in Entourage.

TIA
Rick
I had to re-install Office for Mac 2011 from my backup drive. For entering the product key, I got some kind of error about the server. I had to verify by phone. Now, Outlook opens, but does not stay open long ... maybe 10 seconds. How can I fix this? It is not very productive to have to close and re-start every 10 seconds.
 
This is my error report:
Microsoft Error Reporting log version: 2.0

Error Signature:
Exception: EXC_CRASH (SIGTRAP)
Date/Time: 2014-01-25 19:37:51 +0000
Application Name: Microsoft Outlook
Application Bundle ID: com.microsoft.Outlook
Application Signature: OPIM
Application Version: 14.3.9.131030
Crashed Module Name: merp
Crashed Module Version: 2.2.4.131030
Crashed Module Offset: 0x00004422
Blame Module Name: Microsoft Outlook
Blame Module Version: 14.3.9.131030
Blame Module Offset: 0x003cfb2c
Application LCID: 1033
Extra app info: Reg=en Loc=0x0409
Crashed thread: 10

Sirs, 

Please understand about my situation because can not open outlook suddenly from now on with below message.

Microsoft Error Reporting log version: 2.0

Error Signature:
Exception: EXC_BAD_ACCESS
Date/Time: 2014-01-13 08:03:03 +0000
Application Name: Microsoft Outlook
Application Bundle ID: com.microsoft.Outlook
Application Signature: OPIM
Application Version: 14.2.0.120402
Crashed Module Name: Microsoft Outlook
Crashed Module Version: 14.2.0.120402
Crashed Module Offset: 0x0002313c
Blame Module Name: Microsoft Outlook
Blame Module Version: 14.2.0.120402
Blame Module Offset: 0x0002313c
Application LCID: 1033
Extra app info: Reg=en Loc=0x0409
Crashed thread: 0

I can not close this issue when I try everything.