USP_EXCHANGECONTACTSYNC_GETPHONEMAPPINGS
Returns phone type mappings to be used in the contact synchronization process.
Definition
Copy
create procedure dbo.USP_EXCHANGECONTACTSYNC_GETPHONEMAPPINGS
as
set nocount on;
select
dbo.UFN_PHONETYPECODE_GETDESCRIPTION(EXCHANGEPHONEMAPPING.PHONETYPECODEID) AS BBECPHONETYPE,
OUTLOOKPHONETYPECODE
from
dbo.EXCHANGEPHONEMAPPING;