Public Class EmailData Public Property EmailAdress As String Public Property EmailSubject As String Public Property EmailBody As String Public Property ReferenceID As Integer Public Property ReferenceString As String Public Property ReceiverName As String Public Property SenderName As String Public Property SenderAdress As String Public Property SignatureLink As String Public Property Message As String End Class