Not logged in - Login


View History
R
e
q
u
e
s
t

a

d
e
m
o

API Reference: Email Dynamic

{TOC}

"Email Dynamic" API

API function

.NET:

HushHush.MaskingLogic.SSRS.Mask.Email(string data, bool encodeServer)

Expected input

Data: Valid email value (separated by @; contains only letters and digits after last dot) preserveServer/encodeServer: 0 or false to not mask domain; 1 or true to mask domain

Expected output

Generic Email (nvarchar(MAX))

Error handling

Returns an empty string when passing empty or NULL value.

Example

.NET:

HushHush.MaskingLogic.SSRS.Mask.Email(“virginia@mask-me.net”, true)

Download a Trial