/ Forums / Advansys Formativ / Creating Solutions with Formativ / How do I create a new Phone message? / Reply To: How do I create a new Phone message?

#6392
Support 2
Moderator

    That’s correct about the Clone message limitation. Sorry about the URL, I posted the one which goes to the main page. The following should be correct:

    http://developer.novell.com/ndk/doc/gwobjapi/gwobjenu/data/huyzfn9z.html

    It certainly doesn’t look like an easy one to use but I found the following basic code created a blank message in the Mailbox:

    Call GroupWise.Account.MailBox.Messages.AddExistingMessage(“Joe”, “joe@bloggs.com”, “”, Date, 1, 0, 2, 0)

    You’ll note that it is not a personal message and cannot be edited via the client. There are some other parameters which need to be used to point it to the content of an existing message structure, which I believe would fill in the other fields.

    Regards,

    Advansys Support