Interrups | Categories | Contents |
AH = DDh AL = function 00h installation checkReturn:
AX = 00DDh if installed BX = version (BH = major, BL = minor)41h/61h get From:
AddressReturn:
AX = 0001h ES:BX -> ASCIZ 4d address of mail sender ("1:2/3.4")49h/69h get To:
AddressReturn:
AX = 0001h ES:BX -> ASCIZ 4d address of recipient ("1:2/3.4") 4Ah/6Ah get subject of mailReturn:
AX = 0001h ES:BX -> ASCIZ subject of handled mail 4Dh/6Dh get mail nameReturn:
AX = 0001h ES:BX -> ASCIZ full name of current mail file4Eh/6Eh get From:
FieldReturn:
AX = 0001hES: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
Interrups | Categories | Contents |