I want subscribe a member to exist list:
var email = new EmailParameter { Email = "hsa.hadi.zeos@gmail.com" }; var results = mc.Subscribe(listId, email);
result value is:
results:
Email "hsa.hadi.zeos@gmail.com"
EUId "f995e137ac"
LEId "292171533"
but new member don't add to exist list!
Why this method don't work?
I want subscribe a member to exist list:
var email = new EmailParameter { Email = "hsa.hadi.zeos@gmail.com" }; var results = mc.Subscribe(listId, email);
result value is:results:
Email "hsa.hadi.zeos@gmail.com"
EUId "f995e137ac"
LEId "292171533"
but new member don't add to exist list! Why this method don't work?