sp_drop_remote_type procedure
Purpose Todrop a message type from the database.
Syntax sp_drop_remote_typetype_name
Argument Description
type_name
The message type to drop. This must be a string
containingone of the following:
file
ftp
smtp
mapi
vim
Seealso “sp_remote_typeprocedure” on page 427
“DROPREMOTE MESSAGE TYPE statement” on page 362
Description Drops the named message type from the database.
Example Thefollowing statement drops the MAPI message type from the
database:
sp_drop_remote_type mapi
go
388