/ Forums / Advansys Formativ / Creating Solutions with Formativ / Creating Personal messages / Reply To: Creating Personal messages
June 8, 2004 at 4:40 pm
#6986
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