in Search
 
Home Blogs Forums Marketplace Files
 
 
 

RightFax COM API ' isReceived method' of Fax object is failing.

Last post 08-27-2008, 12:23 PM by citi-dms. 2 replies.
Sort Posts: Previous Next
  •  06-18-2008, 11:59 AM 14002

    RightFax COM API ' isReceived method' of Fax object is failing.

    It throws Error Msg 'Object does not support method'. Here's code snippet used.

      Set objColFaxes = gobjFaxService.GetFaxes(lRetVal)
        ' Get Fax server object
     Set gobjFaxServer = gobjFaxService.FaxServer
     Set objColFaxes = gobjFaxServer.User.Folders("Main").Faxes
     For Each objFax In objColFaxes
            'Set objSingleFax = gobjFaxServer.Fax(objFax.Handle)
            Set objSingleFax = objFax
            If objSingleFax.isReceived And Not objSingleFax.IsApproved And objFax.Folder.Id <> "BACKUP" Then
               lRetVal = FileFaxinDMS(objSingleFax, rsBRDocTypes)
            ElseIf objSingleFax.isReceived And Not objSingleFax.IsApproved And objFax.Folder.Id = "BACKUP" And bDeleteReceived Then
                    objSingleFax.Delete
                End If
    Next

  •  07-15-2008, 4:01 PM 14066 in reply to 14002

    Re: RightFax COM API ' isReceived method' of Fax object is failing.

    The error message is being thrown due to typographical error that intellisense in VS Studio does not catch. It should be:

          objSingleFax.IsReceived

    instead of :

       objSingleFax.isReceived

     

    Thanks,

    Erin

     


    Erin Stone
    OpenText Developer Support Engineer
  •  08-27-2008, 12:23 PM 14166 in reply to 14066

    Re: RightFax COM API ' isReceived method' of Fax object is failing.

    Erin,

    Still this is not working.I am using Vb.Net and RFCOMAPI.dll version 9.3.It gives the below error.

    Error Message : “Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))”

    Thanks

    Prashant

     

     

View as RSS news feed in XML
  Privacy    Site Terms   Contact Administrator