apde_notify_msg_set_f: Set or Update APDE Notify Message

View source: R/notify.R

apde_notify_msg_set_fR Documentation

Set or Update APDE Notify Message

Description

Set or Update APDE Notify Message

Usage

apde_notify_msg_set_f(msg_id = 0, msg_name, msg_subject, msg_body, msg_from)

Arguments

msg_id

Integer. ID of the message to update. Use 0 for new messages.

msg_name

Character. Name of the message.

msg_subject

Character. Subject of the message.

msg_body

Character. Body of the message.

msg_from

Character. Sender's email address.

Value

Integer. ID of the new or updated message.

Examples

 ## Not run: 
  # ENTER EXAMPLES HERE
 
## End(Not run)

PHSKC-APDE/apde documentation built on April 14, 2025, 10:46 a.m.