Skip to main content

Reply-Mail

Command Description

Reply mail

Command Prototype

IBMNotes.Reply(pwd,messageJson,strContent,arryAttachment,bReplyall,nTimeOut)

Parameter Description

ParameterRequiredTypeDefaultDescription
pwdTruestring""Login password bound to the mailbox of IBM Notes
messageJsonTrueexpression{}The mail object in the mailing list
strContentTruestring""The content of the email in reply
arryAttachmentTruearray['''C:\Users''']Email attachment can be an array of multiple file routes or a single route
bReplyallTruebooleanTrueWhether to include CC in the reply
nTimeOutTruenumber30000Specify the waiting time(in milliseconds), by default 30000 milliseconds. Timeout will cause exception

Demo