Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Set As Out Of Office activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Email Address (text box editor type) (type: string): the email address that which will be used to the connectionset as out of office.
  • End Time (text box editor type) (type: string): the end time of the out of office period. expected format is "dd/MM/yyyy HH:mm:ss".
  • External Audience (combo box control type) (type: string): set whether senders from outside the user's organization will receive OutOfOffice reply emails. Values: All | Known | None
  • External Reply (text box editor type) (type: string): the email body that will be sent to the recipients outside the organization, only used if the "External Audience" parameter is different than "None".
  • Internal Reply (text box editor type) (type: string): the email body that will be sent to the recipients inside the organization.
  • Start Time (text box editor type) (type: string): the end time of the out of office period. expected format is "dd/MM/yyyy HH:mm:ss". If left blank, the value is the current time of the execution.

As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to Exchange activity:

...

 

Execution: the activity will set the given e-mail address as out of office, with the specified Start and End Date and Time.

 

 

 

 

 

Update Email

This activity updates the specified email.

...