activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity activities

Last updated Mar 13, 2026

TurnOnAutomaticReplies

Turns the account automatic email replies on given the configuration.

Namespace: UiPath.Gsuite.Activities.API

Assembly: UiPath.Gsuite.Activities.API (in UiPath.Gsuite.Activities.API.dll)

Syntax

publicvoidTurnOnAutomaticReplies(
	stringsubject,
	stringbody,
	DateTimeOffsetstartTime,
	DateTimeOffsetendTime,
	boolsendRepliesOutsideOrganization = false,
	boolsendRepliesToContactsOnly = false
)
publicvoidTurnOnAutomaticReplies(
	stringsubject,
	stringbody,
	DateTimeOffsetstartTime,
	DateTimeOffsetendTime,
	boolsendRepliesOutsideOrganization = false,
	boolsendRepliesToContactsOnly = false
)

Parameters

subject String : The automatic replied email subject.

body String : The automatic replied email content.

startTime DateTimeOffset : When should the automatic replies start.

endTime DateTimeOffset : When should the automatic replies end.

sendRepliesOutsideOrganization Boolean (Optional) : If the replies can be sent outside organization. Optional, default value is false.

sendRepliesToContactsOnly Boolean (Optional) : If the replies should be sent to contacts only. Optional, default value is false.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated