EmailEventArgs C# Reference Documentation

EmailEventArgs

Current Version: 9.5.0.72

Provides data for the OnEmailReceived event.

Properties

Date
public DateTime Date {get; }

The Date of the email.

top
FromAddr
public string FromAddr {get; }

The From address of the email.

top
FromName
public string FromName {get; }

The From name of the email.

top
ReturnPath
public string ReturnPath {get; }

The return path (bounce address) of the email.

top
Size
public int Size {get; }

The approximate size, in bytes, of the email.

top
Subject
public string Subject {get; }

The Subject of the email.

top
Uidl
public string Uidl {get; }

The UIDL of the email.

top