Is there a way in Outlook VBA to assign a string variable to text that is selected in an email message?

In Word VBA I can do this:

Dim Body as String
Body = Selection

I tried adding a reference to the Microsoft Word Object Library in the Outlook VBA editor, but it did not work.