Deprecated Audience Manager and Outbound E-mail functionality
This topic describes Audience Manager and Outbound E-mail functionality that is deprecated in SDL Tridion 2013 SP1.
- Outbound E-mail Content Delivery (Java) API
-
In the
com.tridion.marketingsolution.contact:int id = getGroupId()andvoid setGroupId(int id)are deprecated; use get/set AddressBook instead.Map details = getExtendedDetails()andvoid setExtendedDetails(Map details)are deprecated; useExtendedDetails details = getDetails()instead. Also, there is nosetDetails()as modifications are done on the returned collection fromgetDetails().
- Audience Manager API (.NET)
-
The
Tridion.OutboundEmail.ContentManagementnamespace is deprecated; use theTridion.AudienceManagent.APInamespace which provides the same functionality. - Outbound E-mail Script Extension
- The Outbound E-mail Script Extension for the VBScript/JScript templating framework is deprecated; use the .NET-based Modular Templating framework which interacts with the TOM.NET API to implement Mailings.
GetLinkBinary("tcm:uri")deprecatedGetLinkBinary()is a method you can use in a Dreamweaver Template for Outbound E-mail to create a link to a Multimedia Component (image). BecauseGetLinkBinary()was renamed toGetLinkBinaryURL(), support for the oldGetLinkBinary()is deprecated.