MailBee.NET Objects 7.2

DetailedType Enumeration

Defines the extended types of delivery notification messages.

public enum DetailedType

Remarks

This is more detailed version of CommonType. To obtain the extended status of the delivery to certain recipient, use Detailed property of RecipientStatus object which corresponds to the given recipient. See CommonType topic for more information on how to obtain RecipientStatus object for the given recipient.

Members

Member Name Description
Hard Hard bounce. The message could not be delivered to the recipient and it's not worth trying to resend it later.
Soft Soft bounce. The message was not delivered to the recipient this time, but you can retry to deliver it later.
Spam The message is treated as spam.
Virus The message contains a virus.
ChallengeResponse A challenge response was issued to check whether the original message was sent by a human rather than by a spam robot. You should follow the instructions in the bounce message to confirm delivery of the original message.
OtherBlocked The message was blocked for undefined reason.
AutoReply This notification contains auto-reply to the original message.
AddressChanged The recepient address was changed. Please update your address book.
Modified The message was modified.
Forwarded The message was forwarded.
Subscribe The notification on subscription event.
Unsubscribe The notification on unsubscription event.
Temporary The message is still not delivered to the recipient but you should not yet attempt to resend it because the mail server will retry to resend it later.
Delivered The message was successfully delivered to the recepient.
Read The message was read by the recepient.
UserDefined You can find the type of the delivery notification message using ResultItem.UserDefined property.
Unknown An unknown notification message.

Requirements

Namespace: MailBee.BounceMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.BounceMail Namespace | CommonType | DsnAction