EmailEventArgs VB.NET Reference Documentation
EmailEventArgs
Current Version: 9.5.0.72
Provides data for the OnEmailReceived event.
Properties
Date
Date As Date (ReadOnly)
The Date of the email.
topFromAddr
FromAddr As String (ReadOnly)
The From address of the email.
topFromName
FromName As String (ReadOnly)
The From name of the email.
topReturnPath
ReturnPath As String (ReadOnly)
The return path (bounce address) of the email.
topSize
Size As Integer (ReadOnly)
The approximate size, in bytes, of the email.
topSubject
Subject As String (ReadOnly)
The Subject of the email.
topUidl
Uidl As String (ReadOnly)
The UIDL of the email.
top