/ Forums / Advansys Formativ / Creating Solutions with Formativ / Creating Mail with an Documentreference / Reply To: Creating Mail with an Documentreference

#7210
lp_irovetz
Participant

    A clue

    The groupwise API documentation note another syntax whithout notice the classe name, assume that Document reference is used

    Set MailObjRef = MyAccount.DocumentsFolder.Messages.Add(“GW.MESSAGE.DOCUMENTREFERENCE”, DocNew, 1)
    could be
    Set MailObjRef = MyAccount.DocumentsFolder.Messages.Add(DocNew)

    but in this case we have the error “Class does not support Automation”

    Perhaps, Novell has changed the object or the methods to create it
    no problem, but now .. how to create a document reference ??

    Regards

    LP Irovetz
    Arcane GroupWare