I would like to know how to programatically change the Forwarding address under Delivery Options to None.
Every time I try to set altRecipient to "" there is a constraint error.
How do I remove the forward to user or set the forwarding address to None.
testEntry.InvokeSet("deliverAndRedirect", false); // OK
testEntry.InvokeSet("altRecipient", ""); // error
Also on the Send on Behalf, how can you remove all the users in the grant list.