MailGetType

sql

FUNCTION MailGetType() RETURNS INT;

Since version

6.0f

Description:

Returns the type of used electronic mail; if the mail wasn't previously initialized, it returns 0. The result may be a logical sum of the following values:

WBMT_602 0x00000001 1 Mail602 system
WBMT_MAPI 0x00000002 2 MAPI system
WBMT_SMTPOP3 0x00000004 4 602SQL communicates with the mailing server using the SMTP and POP3 protocol

See