Fax Software

Community Forums

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2652
    dbolojan
    Member

    hi there,

    I’m working on a VBA application that will use WinFax for faxing! I don’t know if it’s possible to create the Attachments Collection Object in VBA. The application should show all the WinFax attachments and the user will select one.

    Any help?

    Dan

    #4477
    Anonymous
    Member

    Hi,
    you can use the MakeAttachment option to create an attachment, you can then add the attachment to the WinFax list of available attachments by using code :

    for example

    objWinFaxAttach.SetDescription (“Attachment Example”)
    objWinFaxAttach.SetFileName (“c:file001.fxs”)
    objWinFaxAttach.AddAttachment

    where .SetFilename is the attachment file you created with MakeAttachment.
    There is an example of this code here:

    http://www.getfaxing.com/cgi-bin/ikonboard/topic.cgi?forum=3&topic=8

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.