-
Topic
-
In GroupWise Client it is possible to create an appointment for a another person, without me as Recipient.
Ho can i do this with Formativ. At this Moment i do following:
set nMsg = GroupWise.Account.Mailbox.messages.add(“GW.MESSAGE.APPOINTMENT”, fgwDraft)
nRecipient = nMsg.Recipients.Add(Arbeitszeit.fErsteller.Text,,0)
nMsg.OnCalendar = TRUE
nMsg.Priority = fgwNormalBut when I send this message, the sender is allways in the recipient list.
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.