If you need to assign Send As rights with Hosted Exchange 2010 it can easily be achieved with PowerShell.
I want the user Daniel to be able to send email out as the Event DL address:
Add-RecipientPermission "Event" -AccessRights SendAs -Trustee "Daniel"
Nice and easy.
Daniel