We have a syncronisation problem and i’ve been tasked with writing a program in c# that counts the number of mails that have come in per day on a number of mailboxes on an exchange server(2-5)
is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is possible, Blackberry Enterprise Server does something similar in order to forward your emails to your blackberry. Basically you need to create a windows service based MAPI client. Whether you SHOULD do this is another matter, it seems like you are trying to fix a systems issue with a nasty hack.