InsertEncryptedEmailLinkEmailEncryptionMethod Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

An enumeration that defines which email encryption method to use

Namespace: ContentStudio.Site.ActiveScripting.Security
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum EmailEncryptionMethod
Members

  Member nameValueDescription
None0Dont use any encryption method. Just put the email adress in a link tag.
ASCII1Use ASCII code to encrypt email address
JavascriptASCII2Use javascript and ASCII code to encrypt email address
See Also

Reference