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.

top
FromAddr
FromAddr As String (ReadOnly)

The From address of the email.

top
FromName
FromName As String (ReadOnly)

The From name of the email.

top
ReturnPath
ReturnPath As String (ReadOnly)

The return path (bounce address) of the email.

top
Size
Size As Integer (ReadOnly)

The approximate size, in bytes, of the email.

top
Subject
Subject As String (ReadOnly)

The Subject of the email.

top
Uidl
Uidl As String (ReadOnly)

The UIDL of the email.

top