End email with sensivity option as personal

Hi All,

We have some email send processes which send initial password to user.

Requirenment is that these emails should be taged with personal sensitivity option.

In outlook when we create new emaul the thi soption can be set going to 

File -> Properties -> under settings there is option to select personal.

Please see screen at below location.

https://1drv.ms/u/s!At2ViqLAc9Hpx2kp-_JSjRubJGio?e=zENlag 

Is there any parameter in process so that this is set while sending email in one identity.

My currect process configuration is as below.

https://1drv.ms/u/s!At2ViqLAc9Hpx2pxllbElCTv99ch?e=uh6G53 

One identity version in uses is 8.1.5

Kind Regards,

Dnyandev Garad

Parents
  • Hi Dnyandev,

    I think you can achieve this by setting a header value:

    So enable that parameter and set it's value to:

    Value = "Sensitivity: personal"

    I haven't actually tried it / done it myself but that should do it.

    HTH, Barry.

Reply
  • Hi Dnyandev,

    I think you can achieve this by setting a header value:

    So enable that parameter and set it's value to:

    Value = "Sensitivity: personal"

    I haven't actually tried it / done it myself but that should do it.

    HTH, Barry.

Children