UiPath Documentation
activities
latest
false

Productivity activities

AssignSensitivityLabel

Assigns or clears a sensitivity label on the given email.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

void AssignSensitivityLabel(
	IMail mail,
	SensitivityLabelActionType actionType,
	string sensitivityLabelId = null,
	string account = null
)
void AssignSensitivityLabel(
	IMail mail,
	SensitivityLabelActionType actionType,
	string sensitivityLabelId = null,
	string account = null
)

Parameters

mail IMail : The email to assign the sensitivity label to.

actionType SensitivityLabelActionType : The action to perform (Add, Update, or Clear).

sensitivityLabelId String (Optional) : The sensitivity label id. Required unless actionType is Clear.

account String (Optional) : If specified uses the given shared mailbox, otherwise uses the current account.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated