Using older versions of Outlook for Mac for personal email and calendar
I added a signature on the online Outlook Office account and its pulled it down to the Outlook client on my mac even using the New Experience
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a customer who has been unable to set signatures in Mac Outlook since switching to the new interface. If she resets the account every time she opens Outlook the signatures re-appear. We re-installed the Office suite, and various purging of accounts and preference files have been attempted. The issue only returns.
Using older versions of Outlook for Mac for personal email and calendar
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I added a signature on the online Outlook Office account and its pulled it down to the Outlook client on my mac even using the New Experience
Nope, it just means the value is not set. The second command sets the value.
Worked for me, thanks.
I have now set that the value and the first command line
defaults read com.microsoft.Outlook DisableSignatures
Now returns 0, but I still cannot edit/add any signatures, plus the signature that was appearing that seemed to have been pulled down from the online version of Outlook, has disappeared from the Outlook client, but is still there online!
Jeez this is frustrating!
I had to cycle through the read-write cycle twice for the 0 value to stick. Solved.
defaults write com.microsoft.Outlook DisableSignatures 0
retuned null
defaults write com.microsoft.Outlook DisableSignatures 0
defaults read com.microsoft.Outlook DisableSignatures
Retuned 0 but symptom remained
Restarted Outlook symptom remained
Repeated Write setting to 1
Then back to 0
Solved
Unwanted data in signatures - deleted, and original signatures OK
Hope that helps.