Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

getCharset

Queries the character set for the content (subject + body) of a mailing methods.

See also setCharset.

Type: String

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

Character set for the content (subject + body) of the mailing

Code structure

String getCharset(String sessionId, long mailingId)