Modify mailing lists
To modify a specific mailing list, you use the NewslettersManager class and LINQ queries. First, you initialize the NewslettersManager. You get the mailing list. Then, you check whether an item with the specified ID exists. Finally, you modify the title and the subject, and save the changes.
The following code modifies a mailing list with the Native API:
-