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.
topFromAddr
public string FromAddr {get; }
The From address of the email.
topFromName
public string FromName {get; }
The From name of the email.
topReturnPath
public string ReturnPath {get; }
The return path (bounce address) of the email.
topSize
public int Size {get; }
The approximate size, in bytes, of the email.
topSubject
public string Subject {get; }
The Subject of the email.
topUidl
public string Uidl {get; }
The UIDL of the email.
top