| Author |
Message |
Søren Ørslund
Guest
|
Posted:
Fri Jan 21, 2005 3:43 am Post subject:
smtp event sink save |
|
|
Hi all,
I am using the SMTP transport event sink (ISMTPOnArrival::OnArrival)
method. The event is being fired but when i modify the messages and use
DataSource.Save it seems to be successful (without errormessages), and show
up in the scope of the event sink, but it is not persistent to the actual
message.
I am aware of http://support.microsoft.com/kb/273233 and have therefore a
lab enviroment with two exchange serveres communicating using SMTP.
Regards,
Søren
|
|
| Back to top |
|
 |
Stefan Engelbert
Guest
|
Posted:
Fri Jan 21, 2005 8:11 am Post subject:
Re: smtp event sink save |
|
|
could you let me know what exactly you are doing?
"Søren Ørslund" <soeren@oerslund.dk> wrote in message
news:ucxNVkz$EHA.2788@TK2MSFTNGP15.phx.gbl...
| Quote: | Hi all,
I am using the SMTP transport event sink (ISMTPOnArrival::OnArrival)
method. The event is being fired but when i modify the messages and use
DataSource.Save it seems to be successful (without errormessages), and
show up in the scope of the event sink, but it is not persistent to the
actual message.
I am aware of http://support.microsoft.com/kb/273233 and have therefore a
lab enviroment with two exchange serveres communicating using SMTP.
Regards,
Søren
|
|
|
| Back to top |
|
 |
Søren Ørslund
Guest
|
Posted:
Fri Jan 21, 2005 10:43 pm Post subject:
Re: smtp event sink save |
|
|
I am sending an email from one exchange server to another, using a MAPI
client. The two exchange servers are communicating by smtp protocol. If i
use outlook express as client then my "Datasource.Save" is working and the
message is changed, if i use Outlook then the message is not changed. It
seems that microsoft is sending MAPI in a SMTP envelope ? When i install a
"not Microsoft" smtp gateway between the two exchange servers then it also
works. Can somebody explain - is there a way to secure that the message is
in "pure" smtp format ?
"Stefan Engelbert" <stefan@engelbert.de> wrote in message
news:OzNJEb4$EHA.1084@tk2msftngp13.phx.gbl...
| Quote: | could you let me know what exactly you are doing?
"Søren Ørslund" <soeren@oerslund.dk> wrote in message
news:ucxNVkz$EHA.2788@TK2MSFTNGP15.phx.gbl...
Hi all,
I am using the SMTP transport event sink (ISMTPOnArrival::OnArrival)
method. The event is being fired but when i modify the messages and use
DataSource.Save it seems to be successful (without errormessages), and
show up in the scope of the event sink, but it is not persistent to the
actual message.
I am aware of http://support.microsoft.com/kb/273233 and have therefore a
lab enviroment with two exchange serveres communicating using SMTP.
Regards,
Søren
|
|
|
| Back to top |
|
 |
|
|
|
|