User's Manual
sp_drop_remote_type procedure
Purpose To drop a message type from the database.
Syntax sp_drop_remote_type type_name
Argument Description
type_name
The message type to drop. This must be a string
containing one of the following:
♦ file
♦ ftp
♦ smtp
♦ mapi
♦ vim
See also “sp_remote_type procedure” on page 427
“DROP REMOTE MESSAGE TYPE statement” on page 362
Description Drops the named message type from the database.
Example
♦ The following statement drops the MAPI message type from the
database:
sp_drop_remote_type mapi
go
388