PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
VB 2005 and Exchange Server
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
VB 2005 and Exchange Server
![]() |
VB 2005 and Exchange Server |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi.
I need to write an app that will poll a mailbox on an exchange server, check for certain words in the mail and repond in several different ways. I'm fine with checking text, creating emails to send and all that, I just can't find any reference to connecting to an Exchange Server (2003) with VB Net. I've found some old VB6 code that requires a connection to Outlook, but this isn't what I need. I must connect directly to Exchange Server. Has anyone got any ideas? Cheers, Tull. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
On Mar 14, 8:18 am, "tclancey" <t...@idcodeware.co.uk> wrote:
> Hi. > > I need to write an app that will poll a mailbox on an exchange server, check > for certain words in the mail and repond in several different ways. > > I'm fine with checking text, creating emails to send and all that, I just > can't find any reference to connecting to an Exchange Server (2003) with VB > Net. > > I've found some old VB6 code that requires a connection to Outlook, but this > isn't what I need. > > I must connect directly to Exchange Server. > > Has anyone got any ideas? > Cheers, > Tull. I've used Dmitry Streblechenko's Redemption library in the past. It's compatible with VS 2005 and replaces CDO 1.21 if you use his RDO objects. You can download a developer version for free but if you plan to use it in a commercial app then you'd have to pay for a distributable version. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
This may well work, but it looks as though it has to connect to Outlook. I
can't go that way, the server where Exchange is installed cannot have outlook installed. Cheers, Tull. "jayeldee" <jayeldee@gmail.com> wrote in message news:1173885695.888633.84220@l77g2000hsb.googlegroups.com... > On Mar 14, 8:18 am, "tclancey" <t...@idcodeware.co.uk> wrote: >> Hi. >> >> I need to write an app that will poll a mailbox on an exchange server, >> check >> for certain words in the mail and repond in several different ways. >> >> I'm fine with checking text, creating emails to send and all that, I just >> can't find any reference to connecting to an Exchange Server (2003) with >> VB >> Net. >> >> I've found some old VB6 code that requires a connection to Outlook, but >> this >> isn't what I need. >> >> I must connect directly to Exchange Server. >> >> Has anyone got any ideas? >> Cheers, >> Tull. > > I've used Dmitry Streblechenko's Redemption library in the past. It's > compatible with VS 2005 and replaces CDO 1.21 if you use his RDO > objects. You can download a developer version for free but if you > plan to use it in a commercial app then you'd have to pay for a > distributable version. > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
On Mar 14, 9:31 am, "tclancey" <t...@idcodeware.co.uk> wrote:
> This may well work, but it looks as though it has to connect to Outlook. I > can't go that way, the server where Exchange is installed cannot have > outlook installed. Good point. I haven't actually tried my code on a machine without Outlook installed but I don't think it would matter if you use the LogonExchangeMailbox function in the RDOSession object. The other Logon method uses the Profile objects that install with Outlook to log in which could be a problem. If I get a chance later I'll try it out and let you know. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

