Returns the type of recipient; ie. PERSON.
@person::getRecipientCategory()
None
(String) Type of recipient
This example retrieves the recipient category from a script object of an unknown type:
@targetRecipient = @event::getRecipient($content.recipient_target)
$type = @targetRecipient::getRecipientCategory()
@script::log($type)
PERSON