RecipientStatusIsBounced Property
Indicates whether this DSN message can be treated as a bounce e-mail.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsBounced { get; }

Property Value

Type: Boolean
true if the message is bounced; otherwise, false.
Remarks

true means that Common property is CommonType.Undeliverable or CommonType.Blocked, or Detailed property is DetailedType.AddressChanged.

If the message is not bounce, it can be informational or warning message (or it was not recognized).

See Also