DeliveryReportType Enumeration


Presents the delivery report type for the delivery report.

[Visual Basic]
Public Enum DeliveryReportType
[C#]
public enum DeliveryReportType
[C++]
__value public enum DeliveryReportType
[JScript]
public enum DeliveryReportType

Members

Members name Description
FailureReport The email is a failure delivery report.
DeliveryReceipt The email is a delivery receipt.
ReadReceipt The email is a read receipt.
Deleted The email is an unread receipt.
DelayedReport The email is a delay report.

See Also

Mail.IsReport Property
Mail.GetReport Method
MailReport Class

Online Tutorials

Parse Non-Delivery Report (NDS) in C# - Tutorial
Parse Non-Delivery Report (NDS) in VB.NET - Tutorial
Parse Non-Delivery Report (NDS) in C++/CLI - Tutorial