how to find Exch. Server Service Pack version info. through prog.?
Sun, 11 Dec 2005 22:24:02 -0800
Hi All,
I am developing application for Exchange Server 2003.
I have to get the "Exchange Server Service Pack Version Information"
with Exchange Server 2003.
eg:
Environment:
OS: Windows 2000 Server
Exchange Server: 2000
Exchange Server Service Pack: 3
Visual Studio: 6.0
How c ...
|
ISMTPStoreDriver is no longer called after restart
8 Dec 2005 11:16:22 -0800
I have implemented my own store driver and binded it w/ my virtual SMTP
server. The first time it starts up, Init is called and everything
seems to be working fine. messages and property bags are being written
and deleted with no problems. When are stop the vserver,
PrepareToShutdown and Shutdown are also c ...
|
ISMTPStoreDriver is no longer called after restart
8 Dec 2005 11:16:15 -0800
I have implemented my own store driver and binded it w/ my virtual SMTP
server. The first time it starts up, Init is called and everything
seems to be working fine. messages and property bags are being written
and deleted with no problems. When are stop the vserver,
PrepareToShutdown and Shutdown are also c ...
|
intercepting email messages with ISMTPOnArrival_OnArrival
Wed, 7 Dec 2005 11:48:02 -0800
im trying to write in event sink in VB using ISMTPOnArrival_OnArrival
what i want to do, is based on the from email address i want to be able to
save an entire email message to a file/database when certin conditions are
met.
later i'd like to drop the message in the PICKUP folder for normal delivery.
...
|
Link State Information over X400 connector
Tue, 6 Dec 2005 08:55:02 -0800
Hi, apologies if this is in the incorrect group. It's my first post here.
My company uses an X400 connector to send sensitive data to a third party
(who in turn attach additional information to the msg before sending it on)
Our company servers are in one routing group, the third party is in a
seperate RG ...
|
Event Sink Event Choices
Tue, 6 Dec 2005 06:37:03 -0800
I have read all the docs, but I am a little fuzzy on what event I should
choose. I think I should use either OnArrival or OnMessageSubmission. I
want to be able to access the SMTP envelope and the message with attachments
before the message is written to disk.
I started writing using OnMessageSubmissio ...
|
Sending email with VB using CDO
Tue, 06 Dec 2005 14:33:44 +0100
hi,
i have to send email with VB and CDO.
Searching the MSDN gave me some hints, but not a simple piece of code to
start with.
So i am looking for such a piece of code or a link to the MSDN.
tia
--> stefan <-- ...
|
|
|
Shema Problem
Mon, 5 Dec 2005 21:27:02 -0800
Hi All,
I am a developer and am working on a webdav application to process emails
on a particular public folder. I have also added a property on emails which
are processed so when I reply to them and receive them back I can check if
they have been sent from my application.
My problem is that when I tr ...
|
SMTP Relay
Mon, 5 Dec 2005 10:07:02 -0800
We are trying to create a web page that offers the ability to send the page
to a friend. While trying to configure this, in telnet, we are getting
Unable to relay messages. We have closed the open relay in exchange. Is it
possible to open a relay for this purpose without becoming a drone to spam
e-mail? ...
|
Better Documentation
Fri, 2 Dec 2005 13:51:03 -0800
I'm doing some pretty complicated stuff with event sinks, but I generally
have to feel my way around in the dark. Does any documentation exist that
goes into more detail?
One question I have right now is on persistant configuration. The sink I am
working on is your standard IMailTransportSubmission.OnMe ...
|