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

setReplyToName

Defines the displayed name for the reply address (reply to) in Optimizely Campaign.

📘

Note

The displayed name is not identical with the email address for replies. The reply-to addresses are configured in your client and can be set with the setReplyToAddress method.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailings
replyToNameStringDisplayed name for the reply address (reply to)

Return values

  • Code structure

    void MailingWebservice.setReplyToName(String sessionId, long mailingId, String replyToName)