DeliveryLocation type
O local de entrega desta mensagem de e-mail como Caixa de Entrada, JunkFolder etc
type DeliveryLocation =
| "Unknown"
| "Inbox"
| "JunkFolder"
| "DeletedFolder"
| "Quarantine"
| "External"
| "Failed"
| "Dropped"
| "Forwarded"