Does MS Exchange 2000 includes a Listserv-like component ?
-
Hi, this is my first post in The Code Project Lounge. I'm thinking about creating my own MAPI-based listserv for MS Exchange Server 2000, but not if it already exists. I thought this tool came in one of the SDK's for Exchange, but i couldn't find it. I have no previous experience with MAPI programming. Any help would be appreciated. Sik.
-
Hi, this is my first post in The Code Project Lounge. I'm thinking about creating my own MAPI-based listserv for MS Exchange Server 2000, but not if it already exists. I thought this tool came in one of the SDK's for Exchange, but i couldn't find it. I have no previous experience with MAPI programming. Any help would be appreciated. Sik.
I know under 5.5 there was a routing add-in sample that implemented this kind of functionality. It was pretty basic though. You would be best writing this server-side rather than using client side functionality or writing it client side using POP3 and SMTP so it can be used with any mailserver but I would keep away from writing client side MAPI to do this.