Try something like this
$body=Get-View-ViewTypeVirtualMachine-PropertyName,Config.Annotation|select@{N="VMname";E={$_.Name}},
@{N="Guest OS";E={$_.Guest}},
@{N="Notes";E={$_.config.Annotation}},
@{N="VMCreatedTime";E={$_.CreatedTime}},
@{N="VMHost";E={$_.Host.Name}},
@{N="VMUser";E={$_.Vm.userName}} |Out-String
Send-MailMessage-Tolucd@lucd.info-Fromlucd@lucd.info-Subject"Report"-Body$body -SmtpServermail.lucd.info