Interrups | Categories | Contents |
AX = 4504h DL = port number (01h = COM1) ES:BX -> 80-byte buffer for ASCIZ user input line
Return:
AX = 4D00h if EMAIL installed on specified port DL = flagsbit 0:
User function supported (always set)bit 1:
User entered user-function command word if DL bit 1 set, ES:BX buffer contains line entered by user which begins with the defined command word and has been converted to all caps
Note: Caller must process the returned commandline and invoke AX=4505h within five seconds with the result of that processing
Category: Electronic Mail - Int 16h - S
Interrups | Categories | Contents |