14-05-20 12:05 AM
15-05-20 04:19 PM
15-05-20 04:30 PM
15-05-20 04:41 PM
The standard MS Outlook VBO does not support the classification of emails. However, it is possible to customize the outlook VBO to allow the classification of emails.
To customise the VBO, additional code will need to be added to the MS Outlook VBO's 'Send Email' action:
The different code options for the existing email classifications and code options are as follows:
Sensitivity | Code |
Normal | OlSensitivity.olNormal |
Personal | OlSensitivity.olPersonal |
Private | OlSensitivity.olPrivate |
Confidential | OlSensitivity.olConfidential |
Hopefully this helps.
15-05-20 04:59 PM
16-05-20 07:49 AM
18-05-20 03:56 AM
18-05-20 05:55 AM
Have you tried to implement the solution mentioned here
18-05-20 06:06 AM