The DefaultRecipient is a email address (string). So you could use something like
CMS.CMSHelper.CMSContext.CurrentUser.Email
This will get the current logged in users email address.
OR you can use something like this
CMS.SiteProvider.UserInfoProvider.GetUserInfo(57).Email