post_edit_emailaddress
 
 
Overview
Edits the status of the specified email address in the specified mailing list
 
Parameters
 
NameTypeRequiredComments
EmailAddressStringOptional if EmailID is specifiedThe email address you want to delete
EmailIDIntegerOptional if EmailAddress is specifiedThe EmailID of the email address you want to delete
MailinlistIDIntegerYesThe mailing list you want to delete from
NewStatusStringYesSpecify the new status of the email address
  OK = Generic status
  S = Subscribed
  U = Unsubscribed
Returns
0|Error (Different descriptions for the error).
1|Email address status successfully updated.
Example
https://www.graphicmail.de/api.aspx?Username=user@mydomain.com&Password=123456&Function=post_edit_emailaddress&MailinglistID=123456&EmailAddress=user@domain.com&NewStatus=OK&SID=10