Versions Compared

Key

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

 

 

 

Create Mailbox

This activity creates a new mailbox.

Activity Parameters

The Create Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Body (text box editor type) (type: string): the details about the appointment.
  • Subject (text box editor type) (type: string): the subject of the appointment.
  • Start (calendar control) (type: string): the start time of the appointment. The required format is "dd/MM/yyyy hh:mm:ss".
  • End (calendar control) (type: string): the end time of the appointment. The required format is "dd/MM/yyyy hh:mm:ss".
  • Required Attendees (text box editor type) (type: string): the comma separated list of email addresses.
  • Is All Day event (text box editor type) (type: string): whether the appointment is an all-day event or not.
 

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 Create Appointment activity:

Image Added