xp_stopmail (T-SQL)

Stops a Microsoft® SQL Server™ mail client session.

Syntax

xp_stopmail

Return Code Values

0 (success) or 1 (failure)

Result Sets

xp_stopmail returns this message:

Stopped SQL mail session.

  

Remarks

If there is no existing SQL Server mail session to stop, a message is returned.

Permissions

Execute permissions for xp_stopmail default to the members of the sysadmin fixed server role but can be granted to other users.

See Also
sp_processmail xp_sendmail
xp_deletemail xp_startmail
xp_findnextmsg System Stored Procedures (SQL Mail Extended Procedures)
xp_readmail  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.