Are you sure that it is the POP3 server that is rejecting the emails? I
would say that it is the SMTP server, because that is the one receiving
emails. All the POP3 server do is 'pop' the emails out to the clients.
The SMTP service has an excellent API. Just look up SMTP in the MSDN
documentation, and you will find alot of information.
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
www.ilopia.com - FAQ and Tutorials for Windows Server 2003
"Shashank Welankar" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> This port may look like an Unusual post in this Newsgroup .... but sorry I
> don't know which is the best place to put this.
>
> I have a requirement, in which we have to send email messages to a POP3
> server. This is a Windows Server 2003 computer, running the POP3 service.
> This will reject mails, if the receipant's name is Invalid. We have
> requirements in which we have to look for a specific receipant's name in
the
> incoming POP3 mails and protect these mails from rejecting by Windows
Server
> 2003.
>
> Do we have any such API or Any other way, by which we can hook (or better
do
> anything that can tell POP3 service to not to Reject specific messages
with
> Invalid receipant Names). The limitation is that, We can't create a
username
> with the receipant name.
>
> Thanks ....
>
> -Vipul Pathak ;
>
>