jhoerr / box-csharp-sdk-v2

A C# client for the Box API (v2).
http://developers.box.com/docs/
11 stars 15 forks source link

Feature Request - Lazy Developer :-) #9

Open mascon opened 11 years ago

mascon commented 11 years ago

It would be nice if the

BoxClient.DeleteEmailAlias("BOXID", "emailtoremove@domain.com")

Could accept the e-mail address and the backend would look up the number and delete as required.

The other AddEmailAlias and ChangePrimaryLogin just work with the email address and this cal is the odd one out.