Set Recipients VI

Sets the list of recipients to whom you want to send the email. This VI overwrites the existing values before it executes.


icon

Inputs/Outputs

  • cdlrn.png handle in

    handle in specifies an SMTP client handle that references system resources that LabVIEW uses to make SMTP requests. You can create an SMTP client handle using the Open Handle VI.

  • c1dstr.png to

    to specifies an array of strings where each element contains the email address of one recipient to whom you want to address and send the email.

  • c1dstr.png cc

    cc specifies an array of strings where each element contains the email address of one recipient who you want to receive a copy of the email.

  • c1dstr.png bcc

    bcc specifies an array of strings where each element contains the email address of one recipient who you want to receive a copy of the email but do not want to appear as a recipient of the email.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idlrn.png handle out

    handle out returns an SMTP client handle that references system resources that LabVIEW uses to make SMTP requests. You can wire this output to the handle in input of other SMTP Email VIs. Use the Close Handle VI to dispose of the handle and free system resources when you no longer need the handle.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.