Questions tagged [outlook-mac]
8 questions
2
votes
0 answers
Automator / Applescript for "New Outlook" - "selected objects" doesn't work anymore
Following instructions from @hakan-serce here, I'm using since a while an applescript launched by automator to get a link to a specific message in MS Outlook for Mac and use it in other applications.
Here is the script :
on run {input, parameters}
…

Th0m
- 33
- 5
1
vote
1 answer
Outlook addin unable to fetch attachments
I am working on an outlook addin which needs to get the attachments for the mail. I am using office.js and the following code to fetch the mail item.
Office.onReady( () => {
currentMailItem = Office.context.mailbox.item;
…

Ragnar
- 13
- 2
1
vote
1 answer
Is it possible to add Mac outlook custom addin for Desktop Mac
I have already created simple Mac outlook add in using yeoman tool from https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/outlook-quickstart?tabs=yeomangenerator
so my question is how to add this add ins on desktop Mac?

JamSam
- 13
- 6
0
votes
1 answer
Bullets/Numbering gets removed when I set the Html back in outlook JS add-in for macOS
In macOS for the outlook add-in If there are bullet points in the e-mail body like below,
The first bullet point.
The second bullet point.
when I get the HTML with the below…

Soham Nale
- 11
0
votes
0 answers
How to get Email address from Microsoft Outlook mac in c#(xamarin.mac)
i need email address from Microsoft Outlook mac in c#(xamarin.mac)
only way i can do via apple script but in new version it's not work.
this script work only on old outlook
`tell application "Microsoft Outlook"
set email_accounts to {}
repeat with…

Bhautik B
- 11
- 4
0
votes
0 answers
Web add-In: how to download base64 encoded content in outlook on mac?
I want to implement a web add-in feature to download base64 encoded data. This works for OWA and windows client, but does not work in outlook on mac.
Can you explain how to download any base64 encoded data in outlook on mac?
Tested…

Xeras
- 3
- 2
0
votes
1 answer
How to find positions of words in email and get part of email?
I am trying to find the position of certain words (Hi, Hello, Good morning, Kind regards) in the email body and get part of the email body.
For 30% of received emails it does not recognize these words.
If I manually forward email to myself and then…

dzh
- 3
- 2
0
votes
0 answers
Outlook add-in displayNewMessageForm is not adding attachments
I have an Outlook add-in which is using the office.js API for a Taskpane application. I am trying to allow the user to send a new email with an attachment, where the attachment is the email that they are currently viewing. I can create a new window…

user2023116
- 423
- 2
- 6
- 16