Re: Exchange Rules.dll, Outlook Launch.dll
- From: Dan Mitchell <djmitchella@xxxxxxxxx>
- Date: Thu, 26 May 2005 08:24:54 -0700
"=?Utf-8?B?UGVycnk=?=" <Perry@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
news:3E484878-3B4C-40B1-AD4D-6C0F447EE907@xxxxxxxxxxxxx:
> Is an option to run my program on the Exchange Server (2003 in out
> case)? If so, can you give me an indication as to what changes I'd
> need to make (to my program) to have it run on the server, across all
> user mail boxes?
It depends a lot on which APIs you're using. You could certainly change
it into a normal executable that (say) runs, waits a day, runs, waits a
day, etc, you'd just have to wrap whatever code you have up as an
executable rather than whatever it is now. I don't know what the
'launch.dll' you're referring to does; that's why it would depend on the
API you're using.
If you're using the Outlook object model, then you can have it running
on a PC without Outlook started, it just needs Outlook installed on that
PC. That would still be running on each user's PC, though. If you wanted
something that ran on a single PC and talked to all the mailboxes, that
would be possible, you'd just have to write code to loop over the
mailboxes.
There's no need to run this on the server to do this sort of thing. As
long as it's running as a user with enough access to get at all the
mailboxes, you can do it from anywhere. Be careful, too -- you should
never install Outlook on your Exchange server, very bad things can
happen. See
http://blogs.msdn.com/stephen_griffin/archive/2004/07/03/172257.aspx
for more.
-- dan
.
- Follow-Ups:
- Re: Exchange Rules.dll, Outlook Launch.dll
- From: Perry
- Re: Exchange Rules.dll, Outlook Launch.dll
- References:
- Exchange Rules.dll, Outlook Launch.dll
- From: Perry
- Exchange Rules.dll, Outlook Launch.dll
- Prev by Date: Re: Dynamic Allocation Problem.....
- Next by Date: Re: E_OUTOFMEMORY when copying property PR_RTF_COMPRESSED
- Previous by thread: Exchange Rules.dll, Outlook Launch.dll
- Next by thread: Re: Exchange Rules.dll, Outlook Launch.dll
- Index(es):
Relevant Pages
|