Outlook "Please treat this as private label" auto added to some emails - Help.

Nufc1980

New Member
Outlook version
Outlook 365 64 bit
Email Account
Office 365 Exchange
For many years, we've had to work around a frustrating issue with sage and outlook.

1) We generate invoices and statements from sage 50 as a PDF. Sage exports this to outlook 365 and the email ends up in the senders outbox.

2) All emails generated from sage to outlook 365 contain a security message that says "please treat this as private", which sits underneath the to box as you can see below.

3) Some of our customers report never receiving the invoice/statement/email, so we have to forward the email from the outlook sent box. Oddly, when forwarding the message the "please treat this as private" label is no longer on the email. This usually means the customer gets the email second time around. But as some customers who owe you money, if they don't receive the original, it's only when you prompt them that you realise they didn't get it. It's seemingly random as to who can/cannot receive it, although i've since read that it could be due to shared mailboxes.

4) in an effort to resolve this i have checked with our own IT email exchange host who verified that the email is leaving our server, we also have delivery receipts on which confirm delivery to the sender. I have also spoken at length to Sage who have no idea what is happening, but they are adamant it is not their software that is causing the private label to be added.

My firm belief is that some customers email servers will block emails with this private security message due to some kind of security/spam settings.

5) To test whether this is solely linked to outlook, i did perform a test using gmail as the main email. So we exported invoices and statements from sage to a gmail address and interestingly the private label was not added.

6) i have found articles about outlook auto adding a security label to emails that it believes contain sensitive information, so my assumption is that the issue is with microsoft.

What i'd like to find out from the community here is whether i can change the settings for outlook 365 to prevent the private label being applied automatically. I have checked our security settings on sage as these are default. No other emails have the label added unless imported from sage. So it must be something that is completed on the import process of outlook from 3rd party programs with an attachment or what it deems as sensitive information.

If i can solve this then i'm certain that this will ensure all customers receive our invoices/statements.

I appreciate that we could just export the pdf and attach it to a new email...but the point is that we generate 100's of invoices daily and this would be so time consuming, so we need to keep the process automated as much as possible.

Hopefully someone smart can help!

Thanks in advance - Adam



Image: post content
 
>>
6) i have found articles about outlook auto adding a security label to emails that it believes contain sensitive information, so my assumption is that the issue is with microsoft.
<<
It might be the sensitivity label. But I have no idea why Sage is adding it.

1690196331978.png



You should be able to use a macro to change it.

Try this code - it will check all mail you send but only change if set to private. Remove the If line to only ever send using Normal.

Code:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)

If Item.Sensitivity = olPrivate then 
   Item.Sensitivity = olNormal
End If

End Sub
 
Thanks. I don't believe that sage is adding the label because when i export from Sage to Gmail, it doesn't get added. So It seems to be a feature inbuilt into outlook whereby it seemingly automatically adds the security label if it thinks that sensitive documentation is being shared. There are are a few articles on this...
support.microsoft.com/.../sensitivity-labels-are-automatically-applied-or-recommended-for-your-files-and-emails-in-office-622e0d9c-f38c-470a-bcdb-9e90b24d71a1

Apply sensitivity labels to your files and email - Microsoft Support

Automatically apply a sensitivity label in Microsoft 365

answers.microsoft.com/.../ffa60688-f500-4691-8fef-8cb0452c3faf

i have tried to get answers in the past direct on sage forums without luck.

 
If it is automatic, it can be disabled by the admin.

Do you meet these requirements? I don't know if policy can only be enabled if there is at least one E5 and can be applied to all accounts, even if not assigned E5 license.

The following conditions must be met for Microsoft 365 to automatically apply or recommend a sensitivity label:



You can try setting this registry key -
[HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\common\security\labels]
"useofficeforlabelling"=dword:00000001
Remove txt from the attached file to set the key.

This is the policy description:

This policy setting controls whether sensitivity labels configured by an admin can be applied and viewed by using the Sensitivity feature in an Office app, such as Word, or by using the Microsoft Azure Information Protection add-in, if the add-in is installed and enabled.

If you enable this policy setting, the Sensitivity feature in an Office app can be used to apply and view sensitivity labels. If the Microsoft Azure Information Protection add-in is installed, the add-in is prevented from loading, even if the add-in is enabled, and the add-in can’t be used to apply sensitivity labels.

If you disable this policy setting, the Sensitivity feature won’t be available in an Office app and can’t be used to apply or view sensitivity labels. If the Microsoft Azure Information Protection add-in is installed and enabled, the add-in will be allowed to load and can be used to apply sensitivity labels.

If you don’t configure this policy setting:

- If the Microsoft Azure Information Protection add-in is installed and enabled, the add-in will be allowed to load and can be used to apply sensitivity labels. The Sensitivity feature won’t be available in an Office app and can’t be used to apply or view sensitivity labels.
- If the Microsoft Azure Information Protection add-in is not installed, or is installed but is disabled, then the Sensitivity feature in an Office app can be used to apply and view sensitivity labels.

Note: This policy setting only applies to subscription versions of Office, such as Microsoft 365 Apps for enterprise.
 

Attachments

I knew I could count on Diane.
Microsoft left out that its a DWORD entry not a REG_SZ
 
Similar threads
Thread starter Title Forum Replies Date
S Outlook 2002- "Send" button has disappeared. Help please. Using Outlook 1
Marc2019 Need help please! Cannot Setup my outlook email account on my Mac Outlook 2011 Using Outlook.com accounts in Outlook 2
R "Can't store Outlook data files under the AppData folder. Please choose another folder." Using Outlook 6
J Help Please!!! Outlook 2016 - VBA Macro for replying with attachment in meeting invite Outlook VBA and Custom Forms 9
L Outlook 2002: HTML Emails Will Not Print: Please Help Using Outlook 0
G Outlook 2010 VBA Coding Assistance please! Outlook VBA and Custom Forms 5
joflo copy contents from outlook to excell - please help. Using Outlook 4
C Please Help outlook 2013 Using Outlook 1
E Need a bit of education on how Outlook works please Using Outlook 3
F Help with Outlook 2007 Macro Please! Using Outlook 4
S Need solution to Outlook mail handling/syncing/mobile situation, please Using Outlook 2
A outlook error Receiving reported error (0x80040900) please help Using Outlook 4
D Help please my Outlook is frozen Using Outlook 3
H Outlook 2010: Cannot start!, please help me! Using Outlook 3
D Outlook 2007 not working>> Please help tried everything Using Outlook 3
U Need a help please Outlook 2007 crashing Using Outlook 2
B Please help! Outlook, Exchange Server, and Customization BCM (Business Contact Manager) 2
B Please help! Outlook, Exchange Server, and Customization Exchange Server Administration 0
C outlook hotmail connector update killed my outlook - please help!! Using Outlook.com accounts in Outlook 3
M Please can someone fix my Outlook Connector sync issue! Using Outlook.com accounts in Outlook 12
R i want notifier in outlook express , please help how can i get ? Outlook VBA and Custom Forms 1
V Outlook macro help please Outlook VBA and Custom Forms 23
L Android Outlook Doesn't Update PC Notification Changes Using Outlook 0
A How to open Excel file saved in Outlook folder? Outlook VBA and Custom Forms 4
D.Moore Outlook desktop client suggested searches question Using Outlook 10
Y Outlook 2016 (64-bit) Copy Local Cal. Events to Another Cal. with Modified Reminder time Using Outlook 2
T Outlook 2019 While connecting an IMAP account in "classic" Outlook 2024 I caused a massive duplication of emails on the server (death loop) Using Outlook 5
D Cannot logon to Outlook.com, or outlook on Mac, outlook not updating on ipad, iphone Using Outlook 1
J unable to get my new install of Outlook to display mailboxes in the single-line format. Using Outlook 1
D Legacy Microsoft Outlook for Mac Support will end in Oct 2025 Using Outlook 5
C Nasty Bug Lurking In Outlook For Years. The Trigger. Any Fix Or Workaround? Using Outlook 11
R Auto clicking Hyperlink in outlook Outlook VBA and Custom Forms 7
ughlook Open multiple contacts in NEW Outlook? Using Outlook 3
G Outlook translation feature is off Using Outlook 2
J Outlook 2010 does not let me put any account Using Outlook.com accounts in Outlook 3
P 3 of 5 PST files don't install from d:\outlook but only from D:\ Using Outlook 7
HarvMan January Windows 10 preview update force installs new Outlook Using Outlook 1
L Outlook 2010 - new installation on Windows 11 - aplzod32.dll is not a valid Add-in Using Outlook 12
J Outlook troubleshooting/logging - option grayed out Using Outlook 2
B Arrows missing from Outlook emails vertical scrollbar Using Outlook 0
G Outlook 2021 (New) doesn't respect default browser Using Outlook 9
B Outlook or iPhone turning tabs into spaces in Outlook Notes Using Outlook 1
P newly installed Office 365 includes OLD Outlook Using Outlook 6
R Outlook ribbon menu default? Using Outlook 7
H Spam email in Gmail not visible in Outlook Using Outlook 3
J How to transfer Win 10 Outlook to new Windows 11 pc? Using Outlook 16
J Renegade spam URL line displayed in old local Outlook 365 email title Using Outlook 3
G Reduce whitespace in Outlook desktop Contact Cards display Using Outlook 3
C Outlook classic via 365 Using Outlook 2
Dr. Demento Analogous Outlook code to read info into an array (or collection or whatever) Outlook VBA and Custom Forms 7

Similar threads

Back
Top