Reply-Mail
Command Description
Reply mail
Command Prototype
IBMNotes.Reply(pwd,messageJson,strContent,arryAttachment,bReplyall,nTimeOut)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
pwd | True | string | "" | Login password bound to the mailbox of IBM Notes |
messageJson | True | expression | {} | The mail object in the mailing list |
strContent | True | string | "" | The content of the email in reply |
arryAttachment | True | array | ['''C:\Users'''] | Email attachment can be an array of multiple file routes or a single route |
bReplyall | True | boolean | True | Whether to include CC in the reply |
nTimeOut | True | number | 30000 | Specify the waiting time(in milliseconds), by default 30000 milliseconds. Timeout will cause exception |
Demo