Click here to Skip to main content
15,894,097 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what are the ways to keep track of send mails to get the status as mail is been bouncsed or move into junk mail or mail is been opened etc.
If anyone is aware of it kindly reply...
Posted

You'll need to research the SMTP and POP3 Protocols.

If you're interested in interacting with exchange servers then MAPI is a technology you may want to look at. Exchange also supports WebDAV. (And perhaps other interfaces...)
 
Share this answer
 
v4
Comments
Mohibur Rashid 27-Dec-11 21:24pm    
Just a spelling :)
my thumbs up
JackDingler 28-Dec-11 10:19am    
The spelling was right. But IMAP is a good add.

MAPI is correct.

Messaging Application Programming Interface[^]
Here is a thing

Why mail bounce?
1. server name is wrong
2. user name is wrong

if Server name is wrong you cannot send the email at all
But if the user name does not exists then you might get 550 message, here is a paragraph copied from RFC2821
However, in practice, some servers do not perform recipient
   verification until after the message text is received.  These servers
   SHOULD treat a failure for one or more recipients as a "subsequent
   failure" and return a mail message as discussed in section 6.  Using
   a "550 mailbox not found" (or equivalent) reply code after the data
   are accepted makes it difficult or impossible for the client to
   determine which recipients failed.



and about moving to junk mail: as a matter of fact think junk mail as a directory, you can move your email to any directory to sort, but there is no reason for the sender to know where it moved. same about junk mail mover. Server wont give you any information about being moved to junk mail.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900