EMDocumentsGetTemplateContentWithAlternateEncoding Method

Alterian Email Manager 6.2.3 SDK Help File
Gets corrected unicode content with new encoding

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static string GetTemplateContentWithAlternateEncoding(
	DMToken userToken,
	int creativeID,
	EMContentType contentType,
	string encoding,
	out string warning
)

Parameters

userToken
Type: DMToken
Authentication Token.
creativeID
Type: SystemInt32
Creative Document Id
contentType
Type: DMLibraryEMContentType
Type of Creative.
encoding
Type: SystemString
Encoding type to apply.
warning
Type: SystemString

Return Value

Type: String
See Also