The following system ESPs and system procedures support the Windows NT MAPI feature:
Procedure |
Description |
---|---|
sp_configure |
|
"start mail session" |
Enables and disables the automatic initiation of a Adaptive Server mail session when Adaptive Server is started. |
sp_processmail |
Reads, sends, and deletes messages in the Adaptive Server message inbox. Available on Windows NT only. |
xp_deletemail |
Deletes a message from the Adaptive Server message inbox. |
xp_findnextmsg |
Retrieves the message identifier of the next message in the Adaptive Server message inbox. |
xp_readmail |
Reads a message from the Adaptive Server message inbox. |
xp_sendmail |
Sends a message to the specified recipients using the MAPI interface. |
xp_startmail |
Starts an Adaptive Server mail session. |
xp_stopmail |
Stops an Adaptive Server mail session. |
For more information on the system-defined ESPs, see Chapter 5, “System Extended Stored Procedures,” in the Adaptive Server Reference Manual.