Int 2F/AH=DDh

Prev Next Ralf Interrups Categories Contents

------

MIXFIX.EXE - API

AH = DDh
AL = function
00h installation check

Return:
AX = 00DDh if installed BX = version (BH = major, BL = minor)

41h/61h get From:
Address

Return:
AX = 0001h ES:BX -> ASCIZ 4d address of mail sender ("1:2/3.4")

49h/69h get To:
Address

Return:
AX = 0001h ES:BX -> ASCIZ 4d address of recipient ("1:2/3.4") 4Ah/6Ah get subject of mail

Return:
AX = 0001h ES:BX -> ASCIZ subject of handled mail 4Dh/6Dh get mail name

Return:
AX = 0001h ES:BX -> ASCIZ full name of current mail file

4Eh/6Eh get From:
Field

Return:
AX = 0001h

ES:BX -> ASCIZ From:
Field of mail (mail sender's name)

Program: MIXFIX by "KIV without Co" is a FidoNet mail robot which may execute other programs for mail handling. The called programs may use the services described here to retrieve information about the mail being handled.

Index:
Installation check;MIXFIX.EXE

Category: Uncatagorized - Int 2Fh - M

------

Prev Next Ralf Interrups Categories Contents