IBM
LOT-409 · Question #89
James will need to use IBM LotusScript in order to modify the Calendar Profile stored in his mail file. Given the following snippet of code, what would be the correct line for instantiating the…
The correct answer is A. Set doc=db.GetProfileDocument("CalendarProfile"). See the full explanation below for the reasoning.
Question
James will need to use IBM LotusScript in order to modify the Calendar Profile stored in his mail file. Given the following snippet of code, what would be the correct line for instantiating the Calendar Profile? Dim session As New NotesSession Dim db As NotesDatabase Dim doc As NotesDocument Set db=session.CurrentDatabase
Options
- ASet doc=db.GetProfileDocument("CalendarProfile")
- BSet doc=db.SetProfileDocument("CalendarProfile")
- CSet doc=session.GetProfileDocument("CalendarProfile")
- DSet doc=session.SetProfileDocument("CalendarProfile")
How the community answered
(59 responses)- A75% (44)
- B14% (8)
- C8% (5)
- D3% (2)
Community Discussion
No community discussion yet for this question.