0 votes

Hi Sir.
I am trying now to use bounce function...
I have aleady read bounce handling article.
But i don t know to use bounce function.

using Limilabs.Client.POP3;
using Limilabs.Mail;
using Limilabs.Mail.Headers;
using Limilabs.Mail.MIME;

//....

Bounce bounce = new Bounce();
BounceResult result = bounce.Examine(email);
//....

Which namespace has Bounce class?
Which namespace should i use?!
Pleaes help me.
Thanks..

by
edited by

1 Answer

0 votes
 
Best answer

It's in Limilabs.Mail.Tools namepsace.

by (297k points)
selected by
Why the Status, Reason of BounceResult is null?
...