Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » System Procedures » System extended procedures » Extended system procedures for MAPI and SMTP

Extended system procedures for MAPI and SMTP Next Page

xp_startmail system procedure


Starts an email session under MAPI.

Syntax

xp_startmail(
[ mail_user = mail-login-name ]
[, mail_password = mail-password ] )

Arguments
Permissions

DBA authority required

Not supported on NetWare or Unix.

Remarks

xp_startmail is a system procedure that starts an email session.

If you are using Microsoft Exchange, the mail-login-name argument is an Exchange profile name, and you should not include a password in the procedure call.

Return codes

See MAPI return codes.

See also