Description

The StringToMail component is used to enter an email address in a string that will be transformed into a valid EmailAddressList email address.

 

Implementation

 

Properties

  • Status: indicates the state of the object (it can go into an error state mainly due to wrong input format)
  • FaultCause: indicates the cause of the error state of the object if applicable
  • In: String input Slot. This slot is classically related to user email properties. To associate a name with an address, use the following syntax (email address and name separated by a pipe: | or ALT-GR+6): address@mail.com|Associated name.
  • Out: Output slot of type EmailAdressList, result of the conversion. This slot is classically linked to email addressing properties (To, Cc, Bcc).