I am developing a custom transport agent in C#.I am using microsoft exhange server 2010 for this. Whenever an emails comes i need to decide if it should allow to go or not on the basis of some condition. If it should not be allowed to go i store whole email(.eml) as blob in database.Now i want not to use database for holding rejected emails. i want to hold those emails in some mailbox. I want to know if it is possible to redirect an email to mailbox?
Custom Transport Agent - holding email in mailbox
166 views Asked by Saliha Butt At
1
{
}
public class FIMAgent : RoutingAgent { private readonly SmtpServer _server;
}