Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

 

 

 

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:

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:

  • No labels