ConsoleUser
Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com
This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.
All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.
- class Notes8_5.Notes8_5(system, config)¶
I’m the abstract parent of <no title>’s that do Lotus Notes 8.5
Paramters:
system: the <no title> object connected to the target system
config: the <no title> object definingi this user
- delete()¶
Delete the currently selected message.
- forward(to, cc='', msg='', attach=(), subject='')¶
Forward the currently selected message to at least one recipient optionally with an additional message added to the email.
Parameters:
to: the string to enter in the TO: field
cc: optionally the string to enter in the CC: field
msg: optionally the string to add to the body before sending
attach: optionally a list of paths to files to attach to the message
subject: optional new subject to use
- open()¶
Open Notes
- reply(msg, to='', cc='', attach=(), subject='')¶
Reply to the currently selected message.
Parameters:
msg: the value to be typed in the body
to: the value to be typed into the TO field
cc: the value to be typed in the CC field
attach: the list of paths to files to attach
subject: a new subject to use instead of the default reply
- reply_all(msg, attach=(), subject='')¶
Press the reply-to-all button (or similar) and add a message.
Parameters:
msg: the string message to type
attach: optionally a list of paths to files to attach to the message
subject: a new subject to use instead of the default reply