Author |
|
Camiel79 Newbie
Joined: 15 September 2009 Location: Netherlands
Online Status: Offline Posts: 3
|
Posted: 23 September 2009 at 4:43am | IP Logged
|
|
|
I am storing DSN information in a database. Because I don't want to create redundant data, only the BounceMail.DetailedType is submitted to the database. From that I want to deduce the BounceMail.CommonType using a simple query.
What are the exact relations between the DetailedType and CommonType values?
Hard = Undeliverable
Soft = Undeliverable
Spam = ?
Virus = ?
Challenge Response = ?
Other Blocked = Blocked
Auto Reply = ?
Address Changed = ?
Modified = ?
Forwarded = ?
Subscribe = ?
Unsubscribe = ?
Temporary = ?
Delivered = Receipt
Read = Receipt
User Defined = User Defined
Unknown = Unknown
Thanks...
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 23 September 2009 at 5:39am | IP Logged
|
|
|
The following file in your MailBee.NET Objects installation answers your question:
C:\Program Files\MailBee.NET Objects\BounceDatabase\lang\en\types.xml
Best regards,
Andrew
|
Back to Top |
|
|