#6986
Support 1
Participant

    Thank you for your enquiry.

    The following code sample uses the GroupWise Token API do create a mail message and change the item type to personal/posted.

      GroupWise.NewMail
      call GroupWise.ItemSetText("X00", itfSubject, "Test message", true)
      call GroupWise.ViewSwitch("", 276, "Posted Message")
      GroupWise.ItemSaveMessageDlg

    It does not seem possible to create a personal message using the Object API alone.

    I hope this helps.

    Advansys Support