IBM
LOT-410 · Question #8
LOT-410 Question #8: Real Exam Question with Answer & Explanation
Sign in or unlock LOT-410 to reveal the answer and full explanation for question #8. The question stem and answer options stay visible for context.
Question
Charles has created an agent which uses the Send method of the NotesDocument class. He has added a button to the document and it should be included when the message is sent. Which code snippet below would correctly send the message and include the button?
Options
- ADim doc as NotesDocument'...set value of doc...Call doc.Save(True, False)Call doc.Send(False, True)
- BDim doc as NotesDocument'...set value of doc...Call doc.Save(False, False)Call doc.Send(True)
- CDim doc as NotesDocument'...set value of doc...Call doc.Save(False)Call doc.Send(SendTo, True)
- DDim doc as NotesDocument'...set value of doc...Call doc.Save(True)Call doc.Send("SendTo", True)
Unlock LOT-410 to see the answer
You've previewed enough free LOT-410 questions. Unlock LOT-410 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.